4chan expand

auto expand image on 4chan

What is 4chan expand?

4chan expand is a Chrome extension developed by ea, and its main feature is "auto expand image on 4chan".

Extension Screenshots

screenshot

Download 4chan expand Extension CRX File

Download 4chan expand 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

                        Auto expand images on 4chan.

4chan's option "Image expansion" must be set (which is the default).                    

Extension Basic Information

Name 4chan expand 4chan expand
ID ikbkkokmckipffdffgdigdmbfjjbjpak
Official URL https://chromewebstore.google.com/detail/4chan-expand/ikbkkokmckipffdffgdigdmbfjjbjpak
Description auto expand image on 4chan
File Size 3.74 KB
Installation Count 2,000
Current Version 1.0.3
Last Updated 2023-02-10
Publish Date 2016-03-04
Rating 3.88/5 Total 8 Ratings
Developer ea
Email [email protected]
Payment Type free
Extension Website https://github.com/Etana/4chan_expand
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "4chan expand",
    "description": "auto expand image on 4chan",
    "version": "1.0.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/boards.4chan.org\/*\/thread\/*",
                "https:\/\/boards.4channel.org\/*\/thread\/*"
            ],
            "js": [
                "e.js"
            ]
        }
    ],
    "icons": {
        "128": "i.png"
    }
}