Donald Dump

Turn Trump into Dump

什麼是Donald Dump?

Donald Dump是由Michael Pastore開發的Chrome擴展程式,該擴展的主要功能是“Turn Trump into Dump”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Donald Dump擴展crx文件

下載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
官方網址 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"
    }
}