DodgeChrome++

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

DodgeChrome++ là gì?

DodgeChrome++ là một tiện ích mở rộng Chrome được phát triển bởi K., và tính năng chính của nó là "A lightweight Chrome extension for bypassing Warning.or.kr.".

Tải xuống tệp CRX của tiện ích mở rộng DodgeChrome++

Tải xuống các tệp mở rộng DodgeChrome++ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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?
몇몇 웹 사이트에 대하여 효과가 없는 문제가 있습니다.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DodgeChrome++ DodgeChrome++
ID dchnhabdgnaihbkeoahmgdobbpmjkmgm
URL Chính Thức https://chrome.google.com/webstore/detail/dchnhabdgnaihbkeoahmgdobbpmjkmgm
Mô tả A lightweight Chrome extension for bypassing Warning.or.kr.
Kích Thước Tệp 44.49 KB
Số Lần Cài Đặt 354
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-08-20
Ngày Phát Hành 2017-08-20
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển K.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/wlzla000/DodgeChrome-plus-plus
URL Trang Trợ Giúp https://github.com/wlzla000/DodgeChrome-plus-plus/issues
Ngôn Ngữ Được Hỗ Trợ 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
    }
}