d20 SRD Sanitizer

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

Qu'est-ce que d20 SRD Sanitizer ?

d20 SRD Sanitizer est une extension Chrome développée par farkerhaiku, et sa fonction principale est "This stops all the annoying notices on the d20 pathfinder srd site".

Télécharger le fichier CRX de l'extension d20 SRD Sanitizer

Téléchargez les fichiers d'extension d20 SRD Sanitizer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom d20 SRD Sanitizer d20 SRD Sanitizer
ID aolnbfnmgejmcbalhcdbmbffacjpcaic
URL Officiel https://chromewebstore.google.com/detail/d20-srd-sanitizer/aolnbfnmgejmcbalhcdbmbffacjpcaic
Description This stops all the annoying notices on the d20 pathfinder srd site
Taille du Fichier 60.49 KB
Nombre d'Installations 44
Version Actuelle 1.0
Dernière Mise à Jour 2016-01-10
Date de Publication 2016-01-10
Évaluation 5.00/5 Total 2 Évaluations
Développeur farkerhaiku
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}