Disable Content Security Policy

A extension that set csp value empty

Disable Content Security Policy क्या है?

Disable Content Security Policy Mywait द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A extension that set csp value empty"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Disable Content Security Policy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}