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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}