Voldemort Replacer

This extension replaces the word Voldemort in websites with one of 3 random values.

Voldemort Replacerคืออะไร?

Voldemort Replacer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Buckwheat469 และคุณลักษณะหลักของมันคือ "This extension replaces the word Voldemort in websites with one of 3 random values."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Voldemort Replacer

ดาวน์โหลดไฟล์ส่วนขยาย Voldemort Replacer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Replaces Voldemort or Lord Voldemort (including the possessive options) with a random choice of "You-Know-Who", "He-Who-Must-Not-Be-Named", or "the Dark Lord".                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Voldemort Replacer Voldemort Replacer
ID apknhhlmkgippggghbhhdnekmgkaeglb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/voldemort-replacer/apknhhlmkgippggghbhhdnekmgkaeglb
คำอธิบาย This extension replaces the word Voldemort in websites with one of 3 random values.
ขนาดไฟล์ 352 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2015-05-10
วันที่เผยแพร่ 2015-05-10
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Buckwheat469
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ajbogh/VoldemortReplacer
URL หน้าช่วยเหลือ https://github.com/ajbogh/VoldemortReplacer/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Voldemort Replacer",
    "description": "This extension replaces the word Voldemort in websites with one of 3 random values.",
    "version": "1.2",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "voldemortReplacer.js"
            ],
            "run_at": "document_end"
        }
    ]
}