CSP Tester
This extension helps web masters to test web application behaviour with Content Security Policy version 2.0 implemented.
¿Qué es CSP Tester?
CSP Tester es una extensión de Chrome desarrollada por oxdef, y su función principal es "This extension helps web masters to test web application behaviour with Content Security Policy version 2.0 implemented.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión CSP Tester
Descarga archivos de extensión CSP Tester en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
This extension helps web masters to test web application functionality with Content Security Policy (CSP) version 2.0 implemented. Typical workflow looks like: 1. Open the extension window 2. Add into the URL Pattern a regular expression for the site that you want to test, for example *://yoursite.com/* (CSP Tester uses Chrome Match Patterns) 3. Tick the e.g. "self" checkbox, check "Active" and Save the changes 4. Open the Developer Tools and navigate to the tested site 5. Confirm a number of CSP violations reported in the Developer Tools Console as well as possible visual changes 6. Make changes in the policy based on these reports
Información Básica de la Extensión
Nombre | CSP Tester |
ID | ehmipebdmhlmikaopdfoinmcjhhfadlf |
URL Oficial | https://chromewebstore.google.com/detail/csp-tester/ehmipebdmhlmikaopdfoinmcjhhfadlf |
Descripción | This extension helps web masters to test web application behaviour with Content Security Policy version 2.0 implemented. |
Tamaño del Archivo | 16.61 KB |
Cantidad de Instalaciones | 2,090 |
Versión Actual | 2.1 |
Última Actualización | 2018-10-02 |
Fecha de Publicación | 2018-09-02 |
Calificación | 3.71/5 Total de 7 Calificaciones |
Desarrollador | oxdef |
Tipo de Pago | free |
Sitio Web de la Extensión | https://oxdef.info/csp-tester |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSP Tester", "description": "This extension helps web masters to test web application behaviour with Content Security Policy version 2.0 implemented.", "version": "2.1", "permissions": [ "webRequest", "webRequestBlocking", " |