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? 몇몇 웹 사이트에 대하여 효과가 없는 문제가 있습니다.
擴展基本資訊
名稱 | |
ID | dchnhabdgnaihbkeoahmgdobbpmjkmgm |
官方網址 | 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 } } |