CSPRO
CSPRO extension prevents sending Content Security Policy report to servers and enables report only mode.
什么是CSPRO?
CSPRO是由https://shafigullin.pro开发的Chrome扩展程序,该扩展的主要功能是“CSPRO extension prevents sending Content Security Policy report to servers and enables report only mode.”。
扩展截图
下载CSPRO扩展crx文件
下载CSPRO扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | CSPRO |
ID | gopcegfcgnhiiohnpppbcfkdlpipnnei |
官方URL | https://chromewebstore.google.com/detail/cspro/gopcegfcgnhiiohnpppbcfkdlpipnnei |
简介 | CSPRO extension prevents sending Content Security Policy report to servers and enables report only mode. |
文件大小 | 16.73 KB |
安装次数 | 144 |
当前版本 | 1.7.0.0 |
更新时间 | 2023-09-01 |
上架时间 | 2020-04-23 |
评分 | 5.00/5 共5次评分 |
开发者 | https://shafigullin.pro |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.linkedin.com/in/xss/ |
支持的语言 | 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", " |