DodgeChrome++
A lightweight Chrome extension for bypassing Warning.or.kr.
Wat is DodgeChrome++?
DodgeChrome++ is een Chrome-extensie ontwikkeld door K., en de belangrijkste functie is "A lightweight Chrome extension for bypassing Warning.or.kr.".
Download het CRX-bestand van de extensie DodgeChrome++
Download DodgeChrome++-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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? 몇몇 웹 사이트에 대하여 효과가 없는 문제가 있습니다.
Basisinformatie over de Extensie
Naam | |
ID | dchnhabdgnaihbkeoahmgdobbpmjkmgm |
Officiële URL | https://chrome.google.com/webstore/detail/dchnhabdgnaihbkeoahmgdobbpmjkmgm |
Beschrijving | A lightweight Chrome extension for bypassing Warning.or.kr. |
Bestandsgrootte | 44.49 KB |
Aantal Installaties | 354 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-08-20 |
Publicatiedatum | 2017-08-20 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | K. |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/wlzla000/DodgeChrome-plus-plus |
Help Pagina-URL | https://github.com/wlzla000/DodgeChrome-plus-plus/issues |
Ondersteunde Talen | 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 } } |