d20 SRD Sanitizer

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

Wat is d20 SRD Sanitizer?

d20 SRD Sanitizer is een Chrome-extensie ontwikkeld door farkerhaiku, en de belangrijkste functie is "This stops all the annoying notices on the d20 pathfinder srd site".

Download het CRX-bestand van de extensie d20 SRD Sanitizer

Download d20 SRD Sanitizer-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

                        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.                    

Basisinformatie over de Extensie

Naam d20 SRD Sanitizer d20 SRD Sanitizer
ID aolnbfnmgejmcbalhcdbmbffacjpcaic
Officiële URL https://chromewebstore.google.com/detail/d20-srd-sanitizer/aolnbfnmgejmcbalhcdbmbffacjpcaic
Beschrijving This stops all the annoying notices on the d20 pathfinder srd site
Bestandsgrootte 60.49 KB
Aantal Installaties 44
Huidige Versie 1.0
Laatst Bijgewerkt 2016-01-10
Publicatiedatum 2016-01-10
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar farkerhaiku
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}