DodgeChrome++
A lightweight Chrome extension for bypassing Warning.or.kr.
Qu'est-ce que DodgeChrome++ ?
DodgeChrome++ est une extension Chrome développée par K., et sa fonction principale est "A lightweight Chrome extension for bypassing Warning.or.kr.".
Télécharger le fichier CRX de l'extension DodgeChrome++
Téléchargez les fichiers d'extension DodgeChrome++ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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? 몇몇 웹 사이트에 대하여 효과가 없는 문제가 있습니다.
Informations de Base sur l'Extension
Nom | |
ID | dchnhabdgnaihbkeoahmgdobbpmjkmgm |
URL Officiel | https://chrome.google.com/webstore/detail/dchnhabdgnaihbkeoahmgdobbpmjkmgm |
Description | A lightweight Chrome extension for bypassing Warning.or.kr. |
Taille du Fichier | 44.49 KB |
Nombre d'Installations | 354 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-08-20 |
Date de Publication | 2017-08-20 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | K. |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/wlzla000/DodgeChrome-plus-plus |
URL de la Page d'Aide | https://github.com/wlzla000/DodgeChrome-plus-plus/issues |
Langues Prises en Charge | 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 } } |