Block Cross Domain protection
Block Cross Domain protection.
Cos'è Block Cross Domain protection?
Block Cross Domain protection è un'estensione di Chrome sviluppata da Albert Sputa, e la sua funzione principale è "Block Cross Domain protection.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Block Cross Domain protection
Scarica i file di estensione Block Cross Domain protection in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Extension toggles block cross domain requests globally. On specific web site accepted only primary domain requests.
Informazioni di Base sull'Estensione
Nome | Block Cross Domain protection |
ID | jhkijjgjpejknifghmgiekgcmpadeidk |
URL Ufficiale | https://chromewebstore.google.com/detail/block-cross-domain-protec/jhkijjgjpejknifghmgiekgcmpadeidk |
Descrizione | Block Cross Domain protection. |
Dimensione del File | 24.57 KB |
Conteggio Installazioni | 47 |
Versione Corrente | 0.8 |
Ultimo Aggiornamento | 2018-06-21 |
Data di Pubblicazione | 2018-06-21 |
Sviluppatore | Albert Sputa |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |