The Trumpinator™

Turns any mention of Trump into instant satire by replacing his name with contextually relevant nicknames.

Apa itu The Trumpinator™?

The Trumpinator™ adalah ekstensi Chrome yang dikembangkan oleh Trump-800, dan fitur utamanya adalah "Turns any mention of Trump into instant satire by replacing his name with contextually relevant nicknames.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi The Trumpinator™

Unduh file ekstensi The Trumpinator™ 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

                                            

Informasi Dasar Ekstensi

Nama The Trumpinator™ The Trumpinator™
ID dmibnnkgfdonadejjcljacffalpcaolk
URL Resmi https://chrome.google.com/webstore/detail/the-trumpinator/dmibnnkgfdonadejjcljacffalpcaolk
Deskripsi Turns any mention of Trump into instant satire by replacing his name with contextually relevant nicknames.
Ukuran File 13.34 KB
Jumlah Instalasi 49
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-06-30
Tanggal Publikasi 2016-06-30
Penilaian 5.00/5 Total 6 Penilaian
Pengembang Trump-800
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Trumpinator\u2122",
    "description": "Turns any mention of Trump into instant satire by replacing his name with contextually relevant nicknames.",
    "version": "1.0",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ]
}