Redirect 4 Chan

Redirects you to 8chan

What is Redirect 4 Chan?

Redirect 4 Chan is a Chrome extension developed by Blue Elub, and its main feature is "Redirects you to 8chan".

Download Redirect 4 Chan Extension CRX File

Download Redirect 4 Chan 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

                        Redirects 4chan.org to 8chan.co                    

Extension Basic Information

Name Redirect 4 Chan Redirect 4 Chan
ID ajnokeedalenkgclhaegbnljlepkgagf
Official URL https://chrome.google.com/webstore/detail/redirect-4-chan/ajnokeedalenkgclhaegbnljlepkgagf
Description Redirects you to 8chan
File Size 17.66 KB
Installation Count 14
Current Version 1.0
Last Updated 2014-09-21
Publish Date 2014-09-20
Rating 4.80/5 Total 5 Ratings
Developer Blue Elub
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Redirect 4 Chan",
    "version": "1.0",
    "description": "Redirects you to 8chan",
    "background": {
        "scripts": [
            "redirect.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "webRequest",
        "*:\/\/4chan.org\/*",
        "*:\/\/www.4chan.org\/*",
        "webRequestBlocking"
    ]
}