Kill Switch

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

Что такое Kill Switch?

Kill Switch - это расширение Chrome, разработанное crypter, и его основная функция - "An extension to prevent access to websites depending on your public IP address. Icon from flaticon.com.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Kill Switch

Скачайте файлы расширений 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"
    }
}