Donald Trump to F**kface Von Clownstick

Replaces 'Donald Trump' with 'Fuckface von Clownstick', and various breakdowns of Donald J Trump with their Clownstick counterparts.

Apa itu Donald Trump to F**kface Von Clownstick?

Donald Trump to F**kface Von Clownstick adalah ekstensi Chrome yang dikembangkan oleh archimedes__r, dan fitur utamanya adalah "Replaces 'Donald Trump' with 'Fuckface von Clownstick', and various breakdowns of Donald J Trump with their Clownstick counterparts.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Donald Trump to F**kface Von Clownstick

Unduh file ekstensi Donald Trump to F**kface Von Clownstick 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

                        - Changes Donald Trump, Donald J Trump, Donald J. Trump, and Donald John Trump to "Fuckface von Clownstick"

- Changes Trump to "von Clownstick"

- Changes @realDonaldTrump to @FuckfaceVonClownstick

- Changes www.donaldjtrump.com (on webpages) to www.fuckfacevonclownstick.com                    

Informasi Dasar Ekstensi

Nama Donald Trump to F**kface Von Clownstick Donald Trump to F**kface Von Clownstick
ID kpdlhobffjgjjfkhcnffelihnmhnekhi
URL Resmi https://chrome.google.com/webstore/detail/donald-trump-to-fkface-vo/kpdlhobffjgjjfkhcnffelihnmhnekhi
Deskripsi Replaces 'Donald Trump' with 'Fuckface von Clownstick', and various breakdowns of Donald J Trump with their Clownstick counterparts.
Ukuran File 3.77 KB
Jumlah Instalasi 12
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-04-29
Tanggal Publikasi 2017-04-29
Pengembang archimedes__r
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donald Trump to F**kface Von Clownstick",
    "description": "Replaces 'Donald Trump' with 'Fuckface von Clownstick', and various breakdowns of Donald J Trump with their Clownstick counterparts.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}