Kill Switch

An extension to prevent access to websites depending on your public IP address. Icon from flaticon.com.

Kill Switch là gì?

Kill Switch là một tiện ích mở rộng Chrome được phát triển bởi crypter, và tính năng chính của nó là "An extension to prevent access to websites depending on your public IP address. Icon from flaticon.com.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

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

Tải xuống các tệp mở rộng Kill Switch 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

                        An extension to block or allow specified urls with specified IP address'.

https://github.com/maxisme/killswitch

Logo from flaticon.com.                    

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

Tên Kill Switch Kill Switch
ID gojllalahpiahalfhfjpbpfhjpaahjkc
URL Chính Thức https://chromewebstore.google.com/detail/kill-switch/gojllalahpiahalfhfjpbpfhjpaahjkc
Mô tả An extension to prevent access to websites depending on your public IP address. Icon from flaticon.com.
Kích Thước Tệp 574 KB
Số Lần Cài Đặt 12,809
Phiên Bản Hiện Tại 1.0 beta
Cập Nhật Lần Cuối 2016-12-14
Ngày Phát Hành 2016-12-14
Đánh Giá 4.27/5 Tổng số 11 Đánh Giá
Nhà Phát Triển crypter
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kill Switch",
    "short_name": "Kill Switch",
    "description": "An extension to prevent access to websites depending on your public IP address. Icon from flaticon.com.",
    "version": "1.11",
    "version_name": "1.0 beta",
    "author": "github.com\/maxisme",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "48": "\/img\/icon-48x48-red.png",
        "128": "\/img\/icon-128x128-red.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "storage"
    ],
    "options_ui": {
        "page": "\/html\/options.html",
        "chrome_style": true,
        "open_in_tab": false
    },
    "web_accessible_resources": [
        "src\/options\/options.html"
    ],
    "browser_action": {
        "default_icon": "\/img\/icon-48x48-grey.png",
        "default_popup": "\/html\/popup.html",
        "default_title": "Kill Switch"
    }
}