d20 SRD Sanitizer

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

Cos'è d20 SRD Sanitizer?

d20 SRD Sanitizer è un'estensione di Chrome sviluppata da farkerhaiku, e la sua funzione principale è "This stops all the annoying notices on the d20 pathfinder srd site".

Scarica il file CRX dell'estensione d20 SRD Sanitizer

Scarica i file di estensione d20 SRD Sanitizer 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

                        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.                    

Informazioni di Base sull'Estensione

Nome d20 SRD Sanitizer d20 SRD Sanitizer
ID aolnbfnmgejmcbalhcdbmbffacjpcaic
URL Ufficiale https://chromewebstore.google.com/detail/d20-srd-sanitizer/aolnbfnmgejmcbalhcdbmbffacjpcaic
Descrizione This stops all the annoying notices on the d20 pathfinder srd site
Dimensione del File 60.49 KB
Conteggio Installazioni 44
Versione Corrente 1.0
Ultimo Aggiornamento 2016-01-10
Data di Pubblicazione 2016-01-10
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore farkerhaiku
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}