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
官方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"
    }
}