Trump-To-Babbling-Idiot

Replaces any mention of our president with 'Babbling Idiot'.

Trump-To-Babbling-Idiotคืออะไร?

Trump-To-Babbling-Idiot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ryan Ristine และคุณลักษณะหลักของมันคือ "Replaces any mention of our president with 'Babbling Idiot'."

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

screenshot

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

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

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

                        This Extension replaces any mention of Donald Trump and replaces it with "Babbling Idiot"

THIS IS HEAVILY HEAVILY HEAVILY based on "Cloud-to-Butt" 

please support the developer of Cloud-to-butt https://github.com/panicsteve/cloud-to-butt                    

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

ชื่อ Trump-To-Babbling-Idiot Trump-To-Babbling-Idiot
ID hheclhiapblfldlcbfpcpocidogaplcn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/trump-to-babbling-idiot/hheclhiapblfldlcbfpcpocidogaplcn
คำอธิบาย Replaces any mention of our president with 'Babbling Idiot'.
ขนาดไฟล์ 780 KB
จำนวนการติดตั้ง 48
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2017-01-21
วันที่เผยแพร่ 2017-01-21
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Ryan Ristine
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.ryanristine.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "icons": {
        "48": "\/Images\/logo.png"
    },
    "description": "Replaces any mention of our president with 'Babbling Idiot'.",
    "name": "Trump-To-Babbling-Idiot",
    "version": "1.1.2"
}