Caspr: Enforcer
Install CSP headers on arbitrary websites
什么是Caspr: Enforcer?
Caspr: Enforcer是由c0nrad开发的Chrome扩展程序,该扩展的主要功能是“Install CSP headers on arbitrary websites”。
扩展截图
下载Caspr: Enforcer扩展crx文件
下载Caspr: Enforcer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 . 扩展基本信息
| 名称 | |
| ID | fekcdjkhlbjngkimekikebfegbijjafd |
| 官方URL | https://chromewebstore.google.com/detail/caspr-enforcer/fekcdjkhlbjngkimekikebfegbijjafd |
| 简介 | Install CSP headers on arbitrary websites |
| 文件大小 | 478 KB |
| 安装次数 | 746 |
| 当前版本 | 0.7 |
| 更新时间 | 2021-11-05 |
| 上架时间 | 2020-02-18 |
| 评分 | 3.71/5 共7次评分 |
| 开发者 | c0nrad |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://csper.io |
| 帮助页面URL | https://github.com/c0nrad/enforcer |
| 支持的语言 | 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"
]
} | |