4chan image gallery

Lets you browse 4chan images in a lightbox

Cos'è 4chan image gallery?

4chan image gallery è un'estensione di Chrome sviluppata da mreq, e la sua funzione principale è "Lets you browse 4chan images in a lightbox".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione 4chan image gallery

Scarica i file di estensione 4chan image gallery 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

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

Use arrows, swiping or keyboard to change images.                    

Informazioni di Base sull'Estensione

Nome 4chan image gallery 4chan image gallery
ID kojimkfghnmhgmmpgcgjkgfkclahchmf
URL Ufficiale https://chrome.google.com/webstore/detail/4chan-image-gallery/kojimkfghnmhgmmpgcgjkgfkclahchmf
Descrizione Lets you browse 4chan images in a lightbox
Dimensione del File 45.92 KB
Conteggio Installazioni 462
Versione Corrente 0.20
Ultimo Aggiornamento 2013-03-08
Data di Pubblicazione 2013-03-08
Valutazione 3.69/5 Totale 13 Valutazioni
Sviluppatore mreq
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}