Kill Switch

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

Wat is Kill Switch?

Kill Switch is een Chrome-extensie ontwikkeld door crypter, en de belangrijkste functie is "An extension to prevent access to websites depending on your public IP address. Icon from flaticon.com.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Kill Switch

Download Kill Switch-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

https://github.com/maxisme/killswitch

Logo from flaticon.com.                    

Basisinformatie over de Extensie

Naam Kill Switch Kill Switch
ID gojllalahpiahalfhfjpbpfhjpaahjkc
Officiële URL https://chromewebstore.google.com/detail/kill-switch/gojllalahpiahalfhfjpbpfhjpaahjkc
Beschrijving An extension to prevent access to websites depending on your public IP address. Icon from flaticon.com.
Bestandsgrootte 574 KB
Aantal Installaties 12,809
Huidige Versie 1.0 beta
Laatst Bijgewerkt 2016-12-14
Publicatiedatum 2016-12-14
Beoordeling 4.27/5 Totaal 11 Beoordelingen
Ontwikkelaar crypter
Betalingswijze free
Ondersteunde Talen 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"
    }
}