Disable-CSP
A browser extension to disable http header Content-Security-Policy and html meta Content-Security-Policy
Was ist Disable-CSP?
Disable-CSP ist eine Chrome-Erweiterung, die von lisonge entwickelt wurde, und ihr Hauptmerkmal ist "A browser extension to disable http header Content-Security-Policy and html meta Content-Security-Policy".
Erweiterungsscreenshots
Disable-CSP-Erweiterungs-CRX-Datei herunterladen
Laden Sie Disable-CSP-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Disable-CSP |
ID | hgegihapiofjgmmgigbblnjaicgjhoko |
Offizielle URL | https://chromewebstore.google.com/detail/disable-csp/hgegihapiofjgmmgigbblnjaicgjhoko |
Beschreibung | A browser extension to disable http header Content-Security-Policy and html meta Content-Security-Policy |
Dateigröße | 34.07 KB |
Installationsanzahl | 261 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2023-09-10 |
Veröffentlichungsdatum | 2023-07-24 |
Entwickler | lisonge |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/lisonge/Disable-CSP |
Hilfeseite URL | https://github.com/lisonge/Disable-CSP/issues |
Unterstützte Sprachen | 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": [ " |