d20 SRD Sanitizer

This stops all the annoying notices on the d20 pathfinder srd site

¿Qué es d20 SRD Sanitizer?

d20 SRD Sanitizer es una extensión de Chrome desarrollada por farkerhaiku, y su función principal es "This stops all the annoying notices on the d20 pathfinder srd site".

Descargar Archivo CRX de la Extensión d20 SRD Sanitizer

Descarga archivos de extensión d20 SRD Sanitizer 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

                        Do you hate the stupid ad that pops up on the pathfinder srd? Me too. Click "Got it" err, install this extension to get rid of it automatically.                    

Información Básica de la Extensión

Nombre d20 SRD Sanitizer d20 SRD Sanitizer
ID aolnbfnmgejmcbalhcdbmbffacjpcaic
URL Oficial https://chromewebstore.google.com/detail/d20-srd-sanitizer/aolnbfnmgejmcbalhcdbmbffacjpcaic
Descripción This stops all the annoying notices on the d20 pathfinder srd site
Tamaño del Archivo 60.49 KB
Cantidad de Instalaciones 44
Versión Actual 1.0
Última Actualización 2016-01-10
Fecha de Publicación 2016-01-10
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador farkerhaiku
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "d20 SRD Sanitizer",
    "description": "This stops all the annoying notices on the d20 pathfinder srd site",
    "version": "1.0",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.d20pfsrd.com\/*",
                "https:\/\/*.d20pfsrd.com\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ]
}