Deuce Viewer

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

Co je Deuce Viewer?

Deuce Viewer je rozšíření Chrome vyvinuté Swapnil Shinde, a jeho hlavní funkcí je „You can view facebook profile photo in larger view, if you don't have access (ofcourse without likes and comments :) :)).“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Deuce Viewer

Stáhněte si soubory rozšíření Deuce Viewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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".                    

Základní Informace o Rozšíření

Název Deuce Viewer Deuce Viewer
ID hbfoeklgbkbmkkiknonnolginlckacin
Oficiální URL https://chrome.google.com/webstore/detail/deuce-viewer/hbfoeklgbkbmkkiknonnolginlckacin
Popis You can view facebook profile photo in larger view, if you don't have access (ofcourse without likes and comments :) :)).
Velikost souboru 13.56 KB
Počet instalací 19
Aktuální Verze 0.0.4
Poslední Aktualizace 2014-12-06
Datum Vydání 2014-12-06
Hodnocení 4.67/5 Celkem 3 Hodnocení
Vývojář Swapnil Shinde
Typ Platby free
Webové stránky Rozšíření http://softwarriors.webs.com
Podporované Jazyky 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",
        ""
    ]
}