Donald Dump

Turn Trump into Dump

Donald Dumpคืออะไร?

Donald Dump เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Michael Pastore และคุณลักษณะหลักของมันคือ "Turn Trump into Dump"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        At which point do you abstain from clickbait in pursuit of a higher-content calling?
What if this clickbait is running for president?
And this potential president perpetuates hatespeak?
How do you balance "not mentioning his name to quell his flame" with "gobbling up the latest hate"?

I don't have answers to any of these questions. But here's an extension that changes the word "Trump" into a random, lame, monosyllabic -ump word.

UPDATE with v0.4: images on the page are now replaced with a random cat image (thanks to lorempixel.com!)
UPDATE with v.0.5: inspired by John Oliver, I added "Drumpf" into the mix                    

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

ชื่อ Donald Dump Donald Dump
ID iiefianghlihkhlemfmoodbkfdlhegin
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/donald-dump/iiefianghlihkhlemfmoodbkfdlhegin
คำอธิบาย Turn Trump into Dump
ขนาดไฟล์ 76.6 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 0.5
อัปเดตครั้งล่าสุด 2016-03-09
วันที่เผยแพร่ 2016-03-09
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Michael Pastore
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donald Dump",
    "version": "0.5",
    "description": "Turn Trump into Dump",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "trump48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "48": "trump48.png",
        "128": "trump128.png"
    }
}