d20 SRD Sanitizer

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

Co je d20 SRD Sanitizer?

d20 SRD Sanitizer je rozšíření Chrome vyvinuté farkerhaiku, a jeho hlavní funkcí je „This stops all the annoying notices on the d20 pathfinder srd site“.

Stáhnout soubor CRX rozšíření d20 SRD Sanitizer

Stáhněte si soubory rozšíření d20 SRD Sanitizer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název d20 SRD Sanitizer d20 SRD Sanitizer
ID aolnbfnmgejmcbalhcdbmbffacjpcaic
Oficiální URL https://chromewebstore.google.com/detail/d20-srd-sanitizer/aolnbfnmgejmcbalhcdbmbffacjpcaic
Popis This stops all the annoying notices on the d20 pathfinder srd site
Velikost souboru 60.49 KB
Počet instalací 44
Aktuální Verze 1.0
Poslední Aktualizace 2016-01-10
Datum Vydání 2016-01-10
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář farkerhaiku
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}