Disable Content Security Policy
A extension that set csp value empty
Cos'è Disable Content Security Policy?
Disable Content Security Policy è un'estensione di Chrome sviluppata da Mywait, e la sua funzione principale è "A extension that set csp value empty".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Disable Content Security Policy
Scarica i file di estensione Disable Content Security Policy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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正在生效。 如果没作用,刷新页面试试。
Informazioni di Base sull'Estensione
Nome | Disable Content Security Policy |
ID | eckgajjlhojckchohogcblfjhpfdmoge |
URL Ufficiale | https://chromewebstore.google.com/detail/disable-content-security/eckgajjlhojckchohogcblfjhpfdmoge |
Descrizione | A extension that set csp value empty |
Dimensione del File | 14.05 KB |
Conteggio Installazioni | 436 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2022-06-14 |
Data di Pubblicazione | 2022-06-13 |
Valutazione | 4.20/5 Totale 5 Valutazioni |
Sviluppatore | Mywait |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/WithoutHair/Disable-Content-Security-Policy#disable-content-security-policy |
Lingue Supportate | 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" } } |