Disable-CSP
A browser extension to disable http header Content-Security-Policy and html meta Content-Security-Policy
Qu'est-ce que Disable-CSP ?
Disable-CSP est une extension Chrome développée par lisonge, et sa fonction principale est "A browser extension to disable http header Content-Security-Policy and html meta Content-Security-Policy".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Disable-CSP
Téléchargez les fichiers d'extension Disable-CSP 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
A browser extension to disable http header Content-Security-Policy and html meta Content-Security-Policy In the process of website development and testing, we inevitably need to inject cross-domain resources into some websites, but Content-Security-Policy prevents this. So you can use this extension to disable Content-Security-Policy so that you have a better development experience - disable http header csp - disable html meta csp (must open devtools) source code https://github.com/lisonge/Disable-CSP
Informations de Base sur l'Extension
Nom | Disable-CSP |
ID | hgegihapiofjgmmgigbblnjaicgjhoko |
URL Officiel | https://chromewebstore.google.com/detail/disable-csp/hgegihapiofjgmmgigbblnjaicgjhoko |
Description | A browser extension to disable http header Content-Security-Policy and html meta Content-Security-Policy |
Taille du Fichier | 34.07 KB |
Nombre d'Installations | 261 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2023-09-10 |
Date de Publication | 2023-07-24 |
Développeur | lisonge |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/lisonge/Disable-CSP |
URL de la Page d'Aide | https://github.com/lisonge/Disable-CSP/issues |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Disable-CSP", "version": "1.0.3", "author": "lisonge", "homepage_url": "https:\/\/github.com\/lisonge\/Disable-CSP", "description": "A browser extension to disable http header Content-Security-Policy and html meta Content-Security-Policy", "icons": { "128": "src\/assets\/icon-128.png" }, "permissions": [ "declarativeNetRequest", "debugger", "storage", "tabs" ], "host_permissions": [ " |