Deuce Viewer

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

¿Qué es Deuce Viewer?

Deuce Viewer es una extensión de Chrome desarrollada por Swapnil Shinde, y su función principal es "You can view facebook profile photo in larger view, if you don't have access (ofcourse without likes and comments :) :)).".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Deuce Viewer

Descarga archivos de extensión Deuce Viewer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Deuce Viewer Deuce Viewer
ID hbfoeklgbkbmkkiknonnolginlckacin
URL Oficial https://chrome.google.com/webstore/detail/deuce-viewer/hbfoeklgbkbmkkiknonnolginlckacin
Descripción You can view facebook profile photo in larger view, if you don't have access (ofcourse without likes and comments :) :)).
Tamaño del Archivo 13.56 KB
Cantidad de Instalaciones 19
Versión Actual 0.0.4
Última Actualización 2014-12-06
Fecha de Publicación 2014-12-06
Calificación 4.67/5 Total de 3 Calificaciones
Desarrollador Swapnil Shinde
Tipo de Pago free
Sitio Web de la Extensión http://softwarriors.webs.com
Idiomas Soportados 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",
        ""
    ]
}