CSPRO
CSPRO extension prevents sending Content Security Policy report to servers and enables report only mode.
What is CSPRO?
CSPRO is a Chrome extension developed by https://shafigullin.pro, and its main feature is "CSPRO extension prevents sending Content Security Policy report to servers and enables report only mode.".
Extension Screenshots
Download CSPRO Extension CRX File
Download CSPRO 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
CSPRO extension prevents sending Content Security Policy report to servers and enables report only mode. On options page can be set replacement Content Security Policy. This extension is for web development purposes only.
Extension Basic Information
Name | CSPRO |
ID | gopcegfcgnhiiohnpppbcfkdlpipnnei |
Official URL | https://chromewebstore.google.com/detail/cspro/gopcegfcgnhiiohnpppbcfkdlpipnnei |
Description | CSPRO extension prevents sending Content Security Policy report to servers and enables report only mode. |
File Size | 16.73 KB |
Installation Count | 144 |
Current Version | 1.7.0.0 |
Last Updated | 2023-09-01 |
Publish Date | 2020-04-23 |
Rating | 5.00/5 Total 5 Ratings |
Developer | https://shafigullin.pro |
[email protected] | |
Payment Type | free |
Extension Website | https://www.linkedin.com/in/xss/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CSPRO", "version": "1.7.0.0", "description": "CSPRO extension prevents sending Content Security Policy report to servers and enables report only mode.", "author": "Roman Shafigullin", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "cspAnalyzer.js", "logger.js", "inlineScriptsDetector.js" ], "all_frames": true, "run_at": "document_start" } ], "background": { "scripts": [ "CSPRO.js" ], "persistent": true }, "permissions": [ "tabs", "notifications", "webRequest", "webRequestBlocking", " |