Deuce Viewer

You can view facebook profile photo in larger view, if you don't have access (ofcourse without likes and comments :) :)).

Vad är Deuce Viewer?

Deuce Viewer är en Chrome-tillägg utvecklad av Swapnil Shinde, och dess huvudfunktion är "You can view facebook profile photo in larger view, if you don't have access (ofcourse without likes and comments :) :)).".

Tilläggsskärmbilder

screenshot

Ladda ner Deuce Viewer-förlängningens CRX-fil

Ladda ner Deuce Viewer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Using this extension you can view view a thumbnail profile photo in a larger view without likes and comments. Just right click on photo and click "View in Deuce Viewer".                    

Grundläggande Information om Tillägg

Namn Deuce Viewer Deuce Viewer
ID hbfoeklgbkbmkkiknonnolginlckacin
Officiell webbadress https://chrome.google.com/webstore/detail/deuce-viewer/hbfoeklgbkbmkkiknonnolginlckacin
Beskrivning You can view facebook profile photo in larger view, if you don't have access (ofcourse without likes and comments :) :)).
Filstorlek 13.56 KB
Antal Installationer 19
Aktuell Version 0.0.4
Senast Uppdaterad 2014-12-06
Publiceringsdatum 2014-12-06
Betyg 4.67/5 Totalt 3 Betyg
Utvecklare Swapnil Shinde
Betalningssätt free
Tilläggswebbplats http://softwarriors.webs.com
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Deuce Viewer",
    "version": "0.0.4",
    "manifest_version": 2,
    "background": {
        "persistent": true,
        "scripts": [
            "deuce_chrome_background_compiled.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "deuce_chrome_sbi_compiled.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        ""
    ]
}