Block Cross Domain protection

Block Cross Domain protection.

Wat is Block Cross Domain protection?

Block Cross Domain protection is een Chrome-extensie ontwikkeld door Albert Sputa, en de belangrijkste functie is "Block Cross Domain protection.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Block Cross Domain protection

Download Block Cross Domain protection-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Block Cross Domain protection Block Cross Domain protection
ID jhkijjgjpejknifghmgiekgcmpadeidk
Officiële URL https://chromewebstore.google.com/detail/block-cross-domain-protec/jhkijjgjpejknifghmgiekgcmpadeidk
Beschrijving Block Cross Domain protection.
Bestandsgrootte 24.57 KB
Aantal Installaties 47
Huidige Versie 0.8
Laatst Bijgewerkt 2018-06-21
Publicatiedatum 2018-06-21
Ontwikkelaar Albert Sputa
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}