Kill Switch

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

Qu'est-ce que Kill Switch ?

Kill Switch est une extension Chrome développée par crypter, et sa fonction principale est "An extension to prevent access to websites depending on your public IP address. Icon from flaticon.com.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Kill Switch

Téléchargez les fichiers d'extension Kill Switch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

https://github.com/maxisme/killswitch

Logo from flaticon.com.                    

Informations de Base sur l'Extension

Nom Kill Switch Kill Switch
ID gojllalahpiahalfhfjpbpfhjpaahjkc
URL Officiel 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.
Taille du Fichier 574 KB
Nombre d'Installations 12,809
Version Actuelle 1.0 beta
Dernière Mise à Jour 2016-12-14
Date de Publication 2016-12-14
Évaluation 4.27/5 Total 11 Évaluations
Développeur crypter
Type de Paiement free
Langues Prises en Charge 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"
    }
}