Donald Dump

Turn Trump into Dump

Apa itu Donald Dump?

Donald Dump adalah ekstensi Chrome yang dikembangkan oleh Michael Pastore, dan fitur utamanya adalah "Turn Trump into Dump".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Donald Dump

Unduh file ekstensi Donald Dump dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Donald Dump Donald Dump
ID iiefianghlihkhlemfmoodbkfdlhegin
URL Resmi https://chromewebstore.google.com/detail/donald-dump/iiefianghlihkhlemfmoodbkfdlhegin
Deskripsi Turn Trump into Dump
Ukuran File 76.6 KB
Jumlah Instalasi 19
Versi Saat Ini 0.5
Terakhir Diperbarui 2016-03-09
Tanggal Publikasi 2016-03-09
Penilaian 4.00/5 Total 4 Penilaian
Pengembang Michael Pastore
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}