4chan Image Resizer

Resize images on 4chan by drag-and-drop! :)

What is 4chan Image Resizer?

4chan Image Resizer is a Chrome extension developed by ingfy.svalestup, and its main feature is "Resize images on 4chan by drag-and-drop! :)".

Download 4chan Image Resizer Extension CRX File

Download 4chan Image Resizer 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

                        Resize images on 4chan by drag-and-drop! :)                    

Extension Basic Information

Name 4chan Image Resizer 4chan Image Resizer
ID daefemigpgiohngoikfiffojhachhmbm
Official URL https://chrome.google.com/webstore/detail/4chan-image-resizer/daefemigpgiohngoikfiffojhachhmbm
Description Resize images on 4chan by drag-and-drop! :)
File Size 3.8 KB
Installation Count 47
Current Version 0.1
Last Updated 2015-07-25
Publish Date 2015-07-25
Rating 2.33/5 Total 3 Ratings
Developer ingfy.svalestup
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "4chan Image Resizer",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/boards.4chan.org\/*"
            ],
            "js": [
                "ext.js"
            ]
        }
    ]
}