Trump to Chump

Replaces the text 'Trump' with 'Chump' for obvious reasons.

Trump to Chumpคืออะไร?

Trump to Chump เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Arsenal และคุณลักษณะหลักของมันคือ "Replaces the text 'Trump' with 'Chump' for obvious reasons."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trump to Chump

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

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

                                            

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

ชื่อ Trump to Chump Trump to Chump
ID cmepdjapkhfephneckblhdglohcodebc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/trump-to-chump/cmepdjapkhfephneckblhdglohcodebc
คำอธิบาย Replaces the text 'Trump' with 'Chump' for obvious reasons.
ขนาดไฟล์ 3.53 KB
จำนวนการติดตั้ง 31
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2015-11-06
วันที่เผยแพร่ 2015-11-06
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Arsenal
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump to Chump",
    "description": "Replaces the text 'Trump' with 'Chump' for obvious reasons.",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}