The Dump Trump Club

A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.

Apa itu The Dump Trump Club?

The Dump Trump Club adalah ekstensi Chrome yang dikembangkan oleh Mack Flavelle, dan fitur utamanya adalah "A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi The Dump Trump Club

Unduh file ekstensi The Dump Trump Club 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

                        The Dump Trump Club is a chrome extension that removes all mention of Donald Trump from every web page you visit. Instead we replace his name with one of our preferred terms.

If you have to ask why - this probably isn't for you.

Got suggestions for what to call Trump? Hit twitter with your ideas and the #thedumptrumpclub hashtag. We'll find the best and take it from there.                    

Informasi Dasar Ekstensi

Nama The Dump Trump Club The Dump Trump Club
ID hdhcogehbfepcjpdphcbpaaffebppljl
URL Resmi https://chrome.google.com/webstore/detail/the-dump-trump-club/hdhcogehbfepcjpdphcbpaaffebppljl
Deskripsi A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.
Ukuran File 3.54 KB
Jumlah Instalasi 32
Versi Saat Ini 0.1
Terakhir Diperbarui 2016-02-25
Tanggal Publikasi 2016-02-25
Penilaian 5.00/5 Total 9 Penilaian
Pengembang Mack Flavelle
Tipe Pembayaran free
Situs Ekstensi http://thedumptrump.club
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Dump Trump Club",
    "version": "0.1",
    "manifest_version": 2,
    "description": "A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}