CSPRO
CSPRO extension prevents sending Content Security Policy report to servers and enables report only mode.
Wat is CSPRO?
CSPRO is een Chrome-extensie ontwikkeld door https://shafigullin.pro, en de belangrijkste functie is "CSPRO extension prevents sending Content Security Policy report to servers and enables report only mode.".
Extensie Screenshots
Download het CRX-bestand van de extensie CSPRO
Download CSPRO-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
CSPRO extension prevents sending Content Security Policy report to servers and enables report only mode. On options page can be set replacement Content Security Policy. This extension is for web development purposes only.
Basisinformatie over de Extensie
Naam | CSPRO |
ID | gopcegfcgnhiiohnpppbcfkdlpipnnei |
Officiële URL | https://chromewebstore.google.com/detail/cspro/gopcegfcgnhiiohnpppbcfkdlpipnnei |
Beschrijving | CSPRO extension prevents sending Content Security Policy report to servers and enables report only mode. |
Bestandsgrootte | 16.73 KB |
Aantal Installaties | 144 |
Huidige Versie | 1.7.0.0 |
Laatst Bijgewerkt | 2023-09-01 |
Publicatiedatum | 2020-04-23 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://shafigullin.pro |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.linkedin.com/in/xss/ |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CSPRO", "version": "1.7.0.0", "description": "CSPRO extension prevents sending Content Security Policy report to servers and enables report only mode.", "author": "Roman Shafigullin", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "cspAnalyzer.js", "logger.js", "inlineScriptsDetector.js" ], "all_frames": true, "run_at": "document_start" } ], "background": { "scripts": [ "CSPRO.js" ], "persistent": true }, "permissions": [ "tabs", "notifications", "webRequest", "webRequestBlocking", " |