Caspr: Enforcer
Install CSP headers on arbitrary websites
What is Caspr: Enforcer?
Caspr: Enforcer is a Chrome extension developed by c0nrad, and its main feature is "Install CSP headers on arbitrary websites".
Extension Screenshots
Download Caspr: Enforcer Extension CRX File
Download Caspr: Enforcer 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
Casper Enforcer allows you to install and analyze Content-Security-Policy headers on any website. If you need more advance CSP tools, checkout https://csper.io .
Extension Basic Information
Name | Caspr: Enforcer |
ID | fekcdjkhlbjngkimekikebfegbijjafd |
Official URL | https://chromewebstore.google.com/detail/caspr-enforcer/fekcdjkhlbjngkimekikebfegbijjafd |
Description | Install CSP headers on arbitrary websites |
File Size | 478 KB |
Installation Count | 746 |
Current Version | 0.7 |
Last Updated | 2021-11-05 |
Publish Date | 2020-02-18 |
Rating | 3.71/5 Total 7 Ratings |
Developer | c0nrad |
[email protected] | |
Payment Type | free |
Extension Website | https://csper.io |
Help Page URL | https://github.com/c0nrad/enforcer |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Caspr: Enforcer", "description": "Install CSP headers on arbitrary websites", "version": "0.7", "background": { "scripts": [ "\/js\/jquery.js", "\/js\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "\/img\/happy.png", "default_popup": "\/views\/popup.html" }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "webRequestBlocking", "webRequest", "tabs" ] } |