Kill Switch

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

Vad är Kill Switch?

Kill Switch är en Chrome-tillägg utvecklad av crypter, och dess huvudfunktion är "An extension to prevent access to websites depending on your public IP address. Icon from flaticon.com.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Kill Switch-förlängningens CRX-fil

Ladda ner Kill Switch-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

https://github.com/maxisme/killswitch

Logo from flaticon.com.                    

Grundläggande Information om Tillägg

Namn Kill Switch Kill Switch
ID gojllalahpiahalfhfjpbpfhjpaahjkc
Officiell webbadress https://chromewebstore.google.com/detail/kill-switch/gojllalahpiahalfhfjpbpfhjpaahjkc
Beskrivning An extension to prevent access to websites depending on your public IP address. Icon from flaticon.com.
Filstorlek 574 KB
Antal Installationer 12,809
Aktuell Version 1.0 beta
Senast Uppdaterad 2016-12-14
Publiceringsdatum 2016-12-14
Betyg 4.27/5 Totalt 11 Betyg
Utvecklare crypter
Betalningssätt free
Stödda Språk 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"
    }
}