Kill Switch

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

Cos'è Kill Switch?

Kill Switch è un'estensione di Chrome sviluppata da crypter, e la sua funzione principale è "An extension to prevent access to websites depending on your public IP address. Icon from flaticon.com.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Kill Switch

Scarica i file di estensione Kill Switch in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

https://github.com/maxisme/killswitch

Logo from flaticon.com.                    

Informazioni di Base sull'Estensione

Nome Kill Switch Kill Switch
ID gojllalahpiahalfhfjpbpfhjpaahjkc
URL Ufficiale https://chromewebstore.google.com/detail/kill-switch/gojllalahpiahalfhfjpbpfhjpaahjkc
Descrizione An extension to prevent access to websites depending on your public IP address. Icon from flaticon.com.
Dimensione del File 574 KB
Conteggio Installazioni 12,809
Versione Corrente 1.0 beta
Ultimo Aggiornamento 2016-12-14
Data di Pubblicazione 2016-12-14
Valutazione 4.27/5 Totale 11 Valutazioni
Sviluppatore crypter
Tipo di Pagamento free
Lingue Supportate 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"
    }
}