Browser Header Filter: No CSP
Disables CSP headers
What is Browser Header Filter: No CSP?
Browser Header Filter: No CSP is a Chrome extension developed by YaDeveloper, and its main feature is "Disables CSP headers".
Extension Screenshots
Download Browser Header Filter: No CSP Extension CRX File
Download Browser Header Filter: No CSP 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
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!!
Extension Basic Information
Name | Browser Header Filter: No CSP |
ID | bdpbgfaoocdjolgbgjmpphgolanldnfo |
Official URL | https://chromewebstore.google.com/detail/browser-header-filter-no/bdpbgfaoocdjolgbgjmpphgolanldnfo |
Description | Disables CSP headers |
File Size | 34.92 KB |
Installation Count | 147 |
Current Version | 1.0 |
Last Updated | 2021-10-31 |
Publish Date | 2021-10-30 |
Rating | 5.00/5 Total 1 Ratings |
Developer | YaDeveloper |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://telegra.ph/Privacy-policy-10-25-7 |
Supported Languages | 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 } |