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