Content Security Policy Override
Modify the Content Security Policy of web pages.
Content Security Policy Override क्या है?
Content Security Policy Override https://rufflewind.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Modify the Content Security Policy of web pages."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Content Security Policy Override एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Allows the user to modify the Content Security Policy (CSP) of web pages. Warning: improper use of this add-on can diminish the security of your browser. Do not use unless you really know what you're doing. To edit the configuration, go to chrome://extensions and click Options under Content Security Policy Override. The text area in the Options will automatically save as you edit. Bugs should be reported here: https://github.com/Rufflewind/chrome_cspmod/issues
एक्सटेंशन की मूल जानकारी
नाम | Content Security Policy Override |
ID | lhieoncdgamiiogcllfmboilhgoknmpi |
आधिकारिक URL | https://chromewebstore.google.com/detail/content-security-policy-o/lhieoncdgamiiogcllfmboilhgoknmpi |
विवरण | Modify the Content Security Policy of web pages. |
फ़ाइल का आकार | 13.54 KB |
स्थापना संख्या | 2,934 |
वर्तमान संस्करण | 1.2.0 |
अंतिम अपडेट | 2018-06-16 |
प्रकाशन तिथि | 2018-06-15 |
रेटिंग | 4.22/5 कुल 9 रेटिंग्स |
डेवलपर | https://rufflewind.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Rufflewind/chrome_cspmod |
सहायता पृष्ठ URL | https://github.com/Rufflewind/chrome_cspmod/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.2.0", "name": "Content Security Policy Override", "description": "Modify the Content Security Policy of web pages.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/*\/" ], "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "scripts": [ "background.js" ], "persistent": true } } |