Kim Jong Trump

Replace any mention of Trump with Kim Jong Un

Kim Jong Trumpคืออะไร?

Kim Jong Trump เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Uncle Kevy และคุณลักษณะหลักของมันคือ "Replace any mention of Trump with Kim Jong Un"

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

screenshot

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

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

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

                        Trump and Kim Jong Un are getting more and more similar by the day. But what would headlines look like when Trump is replaced with the dictator? Let's see.                    

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

ชื่อ Kim Jong Trump Kim Jong Trump
ID cljofobkflalnjblekodigoamigbeaid
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/kim-jong-trump/cljofobkflalnjblekodigoamigbeaid
คำอธิบาย Replace any mention of Trump with Kim Jong Un
ขนาดไฟล์ 37.12 KB
จำนวนการติดตั้ง 146
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-08-13
วันที่เผยแพร่ 2017-08-13
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Uncle Kevy
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kim Jong Trump",
    "description": "Replace any mention of Trump with Kim Jong Un",
    "version": "1.0",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}