Cheeto Jesus

This extension changes every instance of 'Donald Trump' on a webpage to 'Cheeto Jesus.' Nickname courtesy of Rick Wilson.

Cheeto Jesusคืออะไร?

Cheeto Jesus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jermaine.m.jones3 และคุณลักษณะหลักของมันคือ "This extension changes every instance of 'Donald Trump' on a webpage to 'Cheeto Jesus.' Nickname courtesy of Rick Wilson."

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

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

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

                        bug fixes                    

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

ชื่อ Cheeto Jesus Cheeto Jesus
ID jmnhadhobejingfpfoheoibhkehkhlfm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/cheeto-jesus/jmnhadhobejingfpfoheoibhkehkhlfm
คำอธิบาย This extension changes every instance of 'Donald Trump' on a webpage to 'Cheeto Jesus.' Nickname courtesy of Rick Wilson.
ขนาดไฟล์ 208 KB
จำนวนการติดตั้ง 15
เวอร์ชันปัจจุบัน 1.1.3
อัปเดตครั้งล่าสุด 2016-06-24
วันที่เผยแพร่ 2016-06-24
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา jermaine.m.jones3
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cheeto Jesus",
    "description": "This extension changes every instance of 'Donald Trump' on a webpage to 'Cheeto Jesus.' Nickname courtesy of Rick Wilson.",
    "version": "1.1.3",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Donald Trump is Cheeto Jesus."
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "cheeto.js"
            ],
            "run_at": "document_end"
        }
    ]
}