Redirect 4 Chan

Redirects you to 8chan

什么是Redirect 4 Chan?

Redirect 4 Chan是由Blue Elub开发的Chrome扩展程序,该扩展的主要功能是“Redirects you to 8chan”。

下载Redirect 4 Chan扩展crx文件

下载Redirect 4 Chan扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Redirects 4chan.org to 8chan.co                    

扩展基本信息

名称 Redirect 4 Chan Redirect 4 Chan
ID ajnokeedalenkgclhaegbnljlepkgagf
官方URL https://chrome.google.com/webstore/detail/redirect-4-chan/ajnokeedalenkgclhaegbnljlepkgagf
简介 Redirects you to 8chan
文件大小 17.66 KB
安装次数 14
当前版本 1.0
更新时间 2014-09-21
上架时间 2014-09-20
评分 4.80/5 共5次评分
开发者 Blue Elub
付费类型 free
支持的语言 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"
    ]
}