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
官方網址 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"
    }
}