Kill Switch

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

什麼是Kill Switch?

Kill Switch是由crypter開發的Chrome擴展程式,該擴展的主要功能是“An extension to prevent access to websites depending on your public IP address. Icon from flaticon.com.”。

擴展截圖

screenshot
screenshot

下載Kill Switch擴展crx文件

下載Kill Switch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

https://github.com/maxisme/killswitch

Logo from flaticon.com.                    

擴展基本資訊

名稱 Kill Switch Kill Switch
ID gojllalahpiahalfhfjpbpfhjpaahjkc
官方網址 https://chromewebstore.google.com/detail/kill-switch/gojllalahpiahalfhfjpbpfhjpaahjkc
簡介 An extension to prevent access to websites depending on your public IP address. Icon from flaticon.com.
檔案大小 574 KB
安裝次數 12,809
目前版本 1.0 beta
更新時間 2016-12-14
上架時間 2016-12-14
評分 4.27/5 共 11 次評分
開發者 crypter
付費類型 free
支援的語言 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"
    }
}