Browser Header Filter: No CSP
Disables CSP headers
Cos'è Browser Header Filter: No CSP?
Browser Header Filter: No CSP è un'estensione di Chrome sviluppata da YaDeveloper, e la sua funzione principale è "Disables CSP headers".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Browser Header Filter: No CSP
Scarica i file di estensione Browser Header Filter: No CSP 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
Easing developers life by removing CSP headers and logging them on the background page. Now you can test your scripts from Developer Tools console as long as you want. To disable CSP headers simply activate the extension. To enable them again just deactivate it. Handle with care. !!Do not install if you do not know what is it for!!
Informazioni di Base sull'Estensione
Nome | Browser Header Filter: No CSP |
ID | bdpbgfaoocdjolgbgjmpphgolanldnfo |
URL Ufficiale | https://chromewebstore.google.com/detail/browser-header-filter-no/bdpbgfaoocdjolgbgjmpphgolanldnfo |
Descrizione | Disables CSP headers |
Dimensione del File | 34.92 KB |
Conteggio Installazioni | 147 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-10-31 |
Data di Pubblicazione | 2021-10-30 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | YaDeveloper |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://telegra.ph/Privacy-policy-10-25-7 |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Browser Header Filter: No CSP", "description": "Disables CSP headers", "version": "1.0", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "webRequestBlocking" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "i16.png", "32": "i32.png", "48": "i48.png", "128": "i128.png" }, "web_accessible_resources": [ "*" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'; child-src 'self'; connect-src 'self' https:\/\/www.google-analytics.com www.google-analytics.com https:\/\/stats.g.doubleclick.net; img-src 'self' data: chrome: https:\/\/www.google-analytics.com www.google-analytics.com https:\/\/stats.g.doubleclick.net; style-src 'self'; default-src 'self'", "manifest_version": 2 } |