Block Cross Domain protection

Block Cross Domain protection.

What is Block Cross Domain protection?

Block Cross Domain protection is a Chrome extension developed by Albert Sputa, and its main feature is "Block Cross Domain protection.".

Extension Screenshots

screenshot
screenshot

Download Block Cross Domain protection Extension CRX File

Download Block Cross Domain protection extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Block Cross Domain protection Block Cross Domain protection
ID jhkijjgjpejknifghmgiekgcmpadeidk
Official URL https://chromewebstore.google.com/detail/block-cross-domain-protec/jhkijjgjpejknifghmgiekgcmpadeidk
Description Block Cross Domain protection.
File Size 24.57 KB
Installation Count 47
Current Version 0.8
Last Updated 2018-06-21
Publish Date 2018-06-21
Developer Albert Sputa
Email [email protected]
Payment Type free
Supported Languages 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"
}