4chan image gallery

Lets you browse 4chan images in a lightbox

What is 4chan image gallery?

4chan image gallery is a Chrome extension developed by mreq, and its main feature is "Lets you browse 4chan images in a lightbox".

Extension Screenshots

screenshot
screenshot

Download 4chan image gallery Extension CRX File

Download 4chan image gallery extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Use arrows, swiping or keyboard to change images.                    

Extension Basic Information

Name 4chan image gallery 4chan image gallery
ID kojimkfghnmhgmmpgcgjkgfkclahchmf
Official URL https://chrome.google.com/webstore/detail/4chan-image-gallery/kojimkfghnmhgmmpgcgjkgfkclahchmf
Description Lets you browse 4chan images in a lightbox
File Size 45.92 KB
Installation Count 462
Current Version 0.20
Last Updated 2013-03-08
Publish Date 2013-03-08
Rating 3.69/5 Total 13 Ratings
Developer mreq
Payment Type free
Supported Languages 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"
    ]
}