Kill Switch

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

Kill Switchとは何ですか?

Kill Switchはcrypterによって開発されたChromeの拡張機能で、その主な機能は「An extension to prevent access to websites depending on your public IP address. Icon from flaticon.com.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Kill Switch拡張機能のCRXファイルをダウンロード

Kill Switch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    }
}