Deuce Viewer

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

Cos'è Deuce Viewer?

Deuce Viewer è un'estensione di Chrome sviluppata da Swapnil Shinde, e la sua funzione principale è "You can view facebook profile photo in larger view, if you don't have access (ofcourse without likes and comments :) :)).".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Deuce Viewer

Scarica i file di estensione Deuce Viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Deuce Viewer Deuce Viewer
ID hbfoeklgbkbmkkiknonnolginlckacin
URL Ufficiale https://chrome.google.com/webstore/detail/deuce-viewer/hbfoeklgbkbmkkiknonnolginlckacin
Descrizione You can view facebook profile photo in larger view, if you don't have access (ofcourse without likes and comments :) :)).
Dimensione del File 13.56 KB
Conteggio Installazioni 19
Versione Corrente 0.0.4
Ultimo Aggiornamento 2014-12-06
Data di Pubblicazione 2014-12-06
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore Swapnil Shinde
Tipo di Pagamento free
Sito Web dell'Estensione http://softwarriors.webs.com
Lingue Supportate 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",
        ""
    ]
}