Kill Switch

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

Apa itu Kill Switch?

Kill Switch adalah ekstensi Chrome yang dikembangkan oleh crypter, dan fitur utamanya adalah "An extension to prevent access to websites depending on your public IP address. Icon from flaticon.com.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Kill Switch

Unduh file ekstensi Kill Switch dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

https://github.com/maxisme/killswitch

Logo from flaticon.com.                    

Informasi Dasar Ekstensi

Nama Kill Switch Kill Switch
ID gojllalahpiahalfhfjpbpfhjpaahjkc
URL Resmi https://chromewebstore.google.com/detail/kill-switch/gojllalahpiahalfhfjpbpfhjpaahjkc
Deskripsi An extension to prevent access to websites depending on your public IP address. Icon from flaticon.com.
Ukuran File 574 KB
Jumlah Instalasi 12,809
Versi Saat Ini 1.0 beta
Terakhir Diperbarui 2016-12-14
Tanggal Publikasi 2016-12-14
Penilaian 4.27/5 Total 11 Penilaian
Pengembang crypter
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}