d20 SRD Sanitizer

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

ما هو d20 SRD Sanitizer؟

d20 SRD Sanitizer هو إضافة Chrome تم تطويرها بواسطة farkerhaiku، والميزة الرئيسية لها هي "This stops all the annoying notices on the d20 pathfinder srd site".

تحميل ملف CRX للإضافة d20 SRD Sanitizer

قم بتنزيل ملفات الامتداد d20 SRD Sanitizer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم d20 SRD Sanitizer d20 SRD Sanitizer
ID aolnbfnmgejmcbalhcdbmbffacjpcaic
عنوان URL الرسمي https://chromewebstore.google.com/detail/d20-srd-sanitizer/aolnbfnmgejmcbalhcdbmbffacjpcaic
الوصف This stops all the annoying notices on the d20 pathfinder srd site
حجم الملف 60.49 KB
عدد التثبيتات 44
النسخة الحالية 1.0
آخر تحديث 2016-01-10
تاريخ النشر 2016-01-10
تقييم 5.00/5 مجموع تقييمات 2
المطور farkerhaiku
نوع الدفع free
اللغات المدعومة 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"
            ]
        }
    ]
}