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
官方URL 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"
    }
}