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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}