4chan image gallery

Lets you browse 4chan images in a lightbox

O que é 4chan image gallery?

4chan image gallery é uma extensão do Chrome desenvolvida por mreq, e sua principal característica é "Lets you browse 4chan images in a lightbox".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão 4chan image gallery

Baixe arquivos de extensão 4chan image gallery 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

                        Simple image gallery using touchBox. Open 4chan images in a lightbox.

Use arrows, swiping or keyboard to change images.                    

Informações Básicas da Extensão

Nome 4chan image gallery 4chan image gallery
ID kojimkfghnmhgmmpgcgjkgfkclahchmf
URL Oficial https://chrome.google.com/webstore/detail/4chan-image-gallery/kojimkfghnmhgmmpgcgjkgfkclahchmf
Descrição Lets you browse 4chan images in a lightbox
Tamanho do Arquivo 45.92 KB
Contagem de Instalações 462
Versão Atual 0.20
Última Atualização 2013-03-08
Data de Publicação 2013-03-08
Classificação 3.69/5 Total de 13 Avaliações
Desenvolvedor mreq
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "css\/jquery.touchbox.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/jquery.imagesloaded.min.js",
                "js\/jquery.touchbox.js"
            ],
            "matches": [
                "http:\/\/*.4chan.org\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Lets you browse 4chan images in a lightbox",
    "manifest_version": 2,
    "name": "4chan image gallery",
    "permissions": [
        "http:\/\/*.4chan.org\/"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.20",
    "web_accessible_resources": [
        "img\/ajax-loader.gif"
    ]
}