NoLike ImageViewer

View posted images right on your news feed without open or like the site

O que é NoLike ImageViewer?

NoLike ImageViewer é uma extensão do Chrome desenvolvida por westito, e sua principal característica é "View posted images right on your news feed without open or like the site".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão NoLike ImageViewer

Baixe arquivos de extensão NoLike ImageViewer 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

                        Most of funsites want you to like page to view content or picture. With this extension you can view the posted picture right on your news feed without open or like the site.

Usage: Move your cursor over the image. If it's from external site, the bigger picture will appear.                    

Informações Básicas da Extensão

Nome NoLike ImageViewer NoLike ImageViewer
ID mdedagicpdhjlildnilfjocbkienadfh
URL Oficial https://chromewebstore.google.com/detail/nolike-imageviewer/mdedagicpdhjlildnilfjocbkienadfh
Descrição View posted images right on your news feed without open or like the site
Tamanho do Arquivo 89.45 KB
Contagem de Instalações 61
Versão Atual 1.2
Última Atualização 2014-06-25
Data de Publicação 2014-06-25
Classificação 2.00/5 Total de 1 Avaliações
Desenvolvedor westito
Tipo de Pagamento free
Idiomas Suportados en,hu
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appSortName__",
    "description": "__MSG_appDesc__",
    "version": "1.2",
    "default_locale": "en",
    "content_scripts": [
        {
            "js": [
                "nolike.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "128.png",
        "16": "128.png",
        "48": "128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*.facebook.com\/*",
        "https:\/\/*.facebook.com\/*"
    ]
}