Block Cross Domain protection

Block Cross Domain protection.

Block Cross Domain protection란 무엇입니까?

Block Cross Domain protection은(는) Albert Sputa에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block Cross Domain protection."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Block Cross Domain protection 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Extension toggles block cross domain requests globally. On specific web site accepted only primary domain requests.                    

확장 프로그램 기본 정보

이름 Block Cross Domain protection Block Cross Domain protection
ID jhkijjgjpejknifghmgiekgcmpadeidk
공식 URL https://chromewebstore.google.com/detail/block-cross-domain-protec/jhkijjgjpejknifghmgiekgcmpadeidk
설명 Block Cross Domain protection.
파일 크기 24.57 KB
설치 횟수 47
현재 버전 0.8
최근 업데이트 2018-06-21
출시 날짜 2018-06-21
개발자 Albert Sputa
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/48-off.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+B",
                "mac": "MacCtrl+Shift+B"
            }
        }
    },
    "description": "Block Cross Domain protection.",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "manifest_version": 2,
    "name": "Block Cross Domain protection",
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.8"
}