Block Cross Domain protection
Block Cross Domain protection.
Was ist Block Cross Domain protection?
Block Cross Domain protection ist eine Chrome-Erweiterung, die von Albert Sputa entwickelt wurde, und ihr Hauptmerkmal ist "Block Cross Domain protection.".
Erweiterungsscreenshots
Block Cross Domain protection-Erweiterungs-CRX-Datei herunterladen
Laden Sie Block Cross Domain protection-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Extension toggles block cross domain requests globally. On specific web site accepted only primary domain requests. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jhkijjgjpejknifghmgiekgcmpadeidk |
| Offizielle URL | https://chromewebstore.google.com/detail/block-cross-domain-protec/jhkijjgjpejknifghmgiekgcmpadeidk |
| Beschreibung | Block Cross Domain protection. |
| Dateigröße | 24.57 KB |
| Installationsanzahl | 47 |
| Aktuelle Version | 0.8 |
| Letztes Update | 2018-06-21 |
| Veröffentlichungsdatum | 2018-06-21 |
| Entwickler | Albert Sputa |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
} | |