Kill Switch

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

Kill Switch क्या है?

Kill Switch crypter द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to prevent access to websites depending on your public IP address. Icon from flaticon.com."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Kill Switch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

https://github.com/maxisme/killswitch

Logo from flaticon.com.                    

एक्सटेंशन की मूल जानकारी

नाम Kill Switch Kill Switch
ID gojllalahpiahalfhfjpbpfhjpaahjkc
आधिकारिक URL https://chromewebstore.google.com/detail/kill-switch/gojllalahpiahalfhfjpbpfhjpaahjkc
विवरण An extension to prevent access to websites depending on your public IP address. Icon from flaticon.com.
फ़ाइल का आकार 574 KB
स्थापना संख्या 12,809
वर्तमान संस्करण 1.0 beta
अंतिम अपडेट 2016-12-14
प्रकाशन तिथि 2016-12-14
रेटिंग 4.27/5 कुल 11 रेटिंग्स
डेवलपर crypter
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}