Trump To Butt

Replaces the text 'Trump' with 'Butt'.

Trump To Buttคืออะไร?

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

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

screenshot

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

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

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

                        This extension replaces "Donald Trump" with "Donald Butt" on each webpage you visit.                    

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

ชื่อ Trump To Butt Trump To Butt
ID hmnfdkchaobhibkmhndamnoajecjllgn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trump-to-butt/hmnfdkchaobhibkmhndamnoajecjllgn
คำอธิบาย Replaces the text 'Trump' with 'Butt'.
ขนาดไฟล์ 56.77 KB
จำนวนการติดตั้ง 62
เวอร์ชันปัจจุบัน 3.0
อัปเดตครั้งล่าสุด 2016-01-03
วันที่เผยแพร่ 2016-01-03
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา timetoplatypus
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump To Butt",
    "version": "3.0",
    "description": "Replaces the text 'Trump' with 'Butt'.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}