DodgeChrome++

A lightweight Chrome extension for bypassing Warning.or.kr.

什么是DodgeChrome++?

DodgeChrome++是由K.开发的Chrome扩展程序,该扩展的主要功能是“A lightweight Chrome extension for bypassing Warning.or.kr.”。

下载DodgeChrome++扩展crx文件

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

扩展使用说明

                        DodgeChrome++ is a lightweight Chrome extension developed by K., which lets you bypass Warning.or.kr without any slowdown.

 DodgeChrome++는 K.가 개발한 가벼운 Chrome 확장 프로그램으로, 대한민국의 웹 사이트 차단(Warning.or.kr)을 속도 저하 없이 우회합니다.


[ISSUE]
It does not work well for some websites. Any solution?
몇몇 웹 사이트에 대하여 효과가 없는 문제가 있습니다.                    

扩展基本信息

名称 DodgeChrome++ DodgeChrome++
ID dchnhabdgnaihbkeoahmgdobbpmjkmgm
官方URL https://chrome.google.com/webstore/detail/dchnhabdgnaihbkeoahmgdobbpmjkmgm
简介 A lightweight Chrome extension for bypassing Warning.or.kr.
文件大小 44.49 KB
安装次数 354
当前版本 1.0
更新时间 2017-08-20
上架时间 2017-08-20
评分 5.00/5 共2次评分
开发者 K.
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/wlzla000/DodgeChrome-plus-plus
帮助页面URL https://github.com/wlzla000/DodgeChrome-plus-plus/issues
支持的语言 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "K.(https:\/\/github.com\/wlzla000)",
    "name": "DodgeChrome++",
    "version": "1.0",
    "description": "A lightweight Chrome extension for bypassing Warning.or.kr.",
    "icons": {
        "16": "icons\/on\/icon16.png",
        "24": "icons\/on\/icon24.png",
        "32": "icons\/on\/icon32.png",
        "64": "icons\/on\/icon64.png",
        "128": "icons\/on\/icon128.png",
        "256": "icons\/on\/icon256.png",
        "512": "icons\/on\/icon512.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "DodgeChrome++.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/on\/icon16.png",
            "24": "icons\/on\/icon24.png",
            "32": "icons\/on\/icon32.png",
            "64": "icons\/on\/icon64.png",
            "128": "icons\/on\/icon128.png",
            "256": "icons\/on\/icon256.png",
            "512": "icons\/on\/icon512.png"
        },
        "default_title": "DodgeChrome++ settings"
    },
    "options_page": "DodgeChrome++-settings.html",
    "options_ui": {
        "page": "DodgeChrome++-settings.html",
        "chrome_style": true
    }
}