d20 SRD Sanitizer

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

Apa itu d20 SRD Sanitizer?

d20 SRD Sanitizer adalah ekstensi Chrome yang dikembangkan oleh farkerhaiku, dan fitur utamanya adalah "This stops all the annoying notices on the d20 pathfinder srd site".

Unduh Berkas CRX Ekstensi d20 SRD Sanitizer

Unduh file ekstensi d20 SRD Sanitizer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama d20 SRD Sanitizer d20 SRD Sanitizer
ID aolnbfnmgejmcbalhcdbmbffacjpcaic
URL Resmi https://chromewebstore.google.com/detail/d20-srd-sanitizer/aolnbfnmgejmcbalhcdbmbffacjpcaic
Deskripsi This stops all the annoying notices on the d20 pathfinder srd site
Ukuran File 60.49 KB
Jumlah Instalasi 44
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-01-10
Tanggal Publikasi 2016-01-10
Penilaian 5.00/5 Total 2 Penilaian
Pengembang farkerhaiku
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}