Content Security Policy Override
Modify the Content Security Policy of web pages.
Qu'est-ce que Content Security Policy Override ?
Content Security Policy Override est une extension Chrome développée par https://rufflewind.com, et sa fonction principale est "Modify the Content Security Policy of web pages.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Content Security Policy Override
Téléchargez les fichiers d'extension Content Security Policy Override au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Content Security Policy Override |
ID | lhieoncdgamiiogcllfmboilhgoknmpi |
URL Officiel | https://chromewebstore.google.com/detail/content-security-policy-o/lhieoncdgamiiogcllfmboilhgoknmpi |
Description | Modify the Content Security Policy of web pages. |
Taille du Fichier | 13.54 KB |
Nombre d'Installations | 2,934 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2018-06-16 |
Date de Publication | 2018-06-15 |
Évaluation | 4.22/5 Total 9 Évaluations |
Développeur | https://rufflewind.com |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Rufflewind/chrome_cspmod |
URL de la Page d'Aide | https://github.com/Rufflewind/chrome_cspmod/issues |
Langues Prises en Charge | 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 } } |