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ファイルをダウンロード

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

拡張機能の使用方法

                        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
Eメール [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"
}