Cheeto Voldemort

Replaces Trump with Cheeto Voldemort. That's pretty much all it does.

Cheeto Voldemortคืออะไร?

Cheeto Voldemort เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Replaces Trump with Cheeto Voldemort. That's pretty much all it does."

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

screenshot

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

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

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

                        If you're sick of seeing the T word everywhere, this extension will replace it with Cheeto Voldemort.                    

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

ชื่อ Cheeto Voldemort Cheeto Voldemort
ID dgmjkhcljhmmlillfpcdcapiikokggog
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cheeto-voldemort/dgmjkhcljhmmlillfpcdcapiikokggog
คำอธิบาย Replaces Trump with Cheeto Voldemort. That's pretty much all it does.
ขนาดไฟล์ 15.86 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-11-23
วันที่เผยแพร่ 2016-11-23
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cheeto Voldemort",
    "description": "Replaces Trump with Cheeto Voldemort. That's pretty much all it does.",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}