Kill Switch

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

What is Kill Switch?

Kill Switch is a Chrome extension developed by crypter, and its main feature is "An extension to prevent access to websites depending on your public IP address. Icon from flaticon.com.".

Extension Screenshots

screenshot
screenshot

Download Kill Switch Extension CRX File

Download Kill Switch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

https://github.com/maxisme/killswitch

Logo from flaticon.com.                    

Extension Basic Information

Name Kill Switch Kill Switch
ID gojllalahpiahalfhfjpbpfhjpaahjkc
Official URL https://chromewebstore.google.com/detail/kill-switch/gojllalahpiahalfhfjpbpfhjpaahjkc
Description An extension to prevent access to websites depending on your public IP address. Icon from flaticon.com.
File Size 574 KB
Installation Count 12,809
Current Version 1.0 beta
Last Updated 2016-12-14
Publish Date 2016-12-14
Rating 4.27/5 Total 11 Ratings
Developer crypter
Payment Type free
Supported Languages 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"
    }
}