Disable Content Security Policy

A extension that set csp value empty

什么是Disable Content Security Policy?

Disable Content Security Policy是由Mywait开发的Chrome扩展程序,该扩展的主要功能是“A extension that set csp value empty”。

扩展截图

screenshot
screenshot

下载Disable Content Security Policy扩展crx文件

下载Disable Content Security Policy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A extension that helps you disable or bypass Content Security Policy(CSP).

You should know that if you enable it,you are under the risk being attacked by XSS.

Click the cola icon.When it turns red,it's working.When it turns gray,it's not.

If it not work,try to refresh the page or contact me.

一个帮助你禁用CSP的扩展。

你应该知道禁用后你就处于XSS攻击的风险下了。

点击可乐icon,红色代表CSP被禁用,灰色代表CSP正在生效。

如果没作用,刷新页面试试。                    

扩展基本信息

名称 Disable Content Security Policy Disable Content Security Policy
ID eckgajjlhojckchohogcblfjhpfdmoge
官方URL https://chromewebstore.google.com/detail/disable-content-security/eckgajjlhojckchohogcblfjhpfdmoge
简介 A extension that set csp value empty
文件大小 14.05 KB
安装次数 436
当前版本 1.0.0
更新时间 2022-06-14
上架时间 2022-06-13
评分 4.20/5 共5次评分
开发者 Mywait
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/WithoutHair/Disable-Content-Security-Policy#disable-content-security-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Content Security Policy",
    "description": "A extension that set csp value empty",
    "version": "1.0.0",
    "author": "Mywait",
    "homepage_url": "https:\/\/github.com\/WithoutHair\/Disable-Content-Security-Policy",
    "manifest_version": 3,
    "permissions": [
        "declarativeNetRequest",
        "browsingData",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icon\/cola_gray.png"
        }
    },
    "icons": {
        "48": "icon\/cola_48.png",
        "128": "icon\/cola_128.png"
    }
}