Deuce Viewer

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

O que é Deuce Viewer?

Deuce Viewer é uma extensão do Chrome desenvolvida por Swapnil Shinde, e sua principal característica é "You can view facebook profile photo in larger view, if you don't have access (ofcourse without likes and comments :) :)).".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Deuce Viewer

Baixe arquivos de extensão Deuce Viewer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Deuce Viewer Deuce Viewer
ID hbfoeklgbkbmkkiknonnolginlckacin
URL Oficial https://chrome.google.com/webstore/detail/deuce-viewer/hbfoeklgbkbmkkiknonnolginlckacin
Descrição You can view facebook profile photo in larger view, if you don't have access (ofcourse without likes and comments :) :)).
Tamanho do Arquivo 13.56 KB
Contagem de Instalações 19
Versão Atual 0.0.4
Última Atualização 2014-12-06
Data de Publicação 2014-12-06
Classificação 4.67/5 Total de 3 Avaliações
Desenvolvedor Swapnil Shinde
Tipo de Pagamento free
Site da Extensão http://softwarriors.webs.com
Idiomas Suportados 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",
        ""
    ]
}