Donald Trump Is An Actual Circus Clown

Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.

Apa itu Donald Trump Is An Actual Circus Clown?

Donald Trump Is An Actual Circus Clown adalah ekstensi Chrome yang dikembangkan oleh satellytehye, dan fitur utamanya adalah "Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Donald Trump Is An Actual Circus Clown

Unduh file ekstensi Donald Trump Is An Actual Circus Clown 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

                        A simple javascript search-and-replace that swaps various permutations of the name "Donald Trump" with the text "A Circus Clown". Designed to hopefully eliminate some of the fatigue inherent to browsing the internet during these trying times.                    

Informasi Dasar Ekstensi

Nama Donald Trump Is An Actual Circus Clown Donald Trump Is An Actual Circus Clown
ID kohnonlalhadnjpmjcdebkdpbfmplmed
URL Resmi https://chromewebstore.google.com/detail/donald-trump-is-an-actual/kohnonlalhadnjpmjcdebkdpbfmplmed
Deskripsi Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.
Ukuran File 18.99 KB
Jumlah Instalasi 50
Versi Saat Ini 0.1
Terakhir Diperbarui 2015-12-08
Tanggal Publikasi 2015-12-08
Penilaian 4.00/5 Total 4 Penilaian
Pengembang satellytehye
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donald Trump Is An Actual Circus Clown",
    "short_name": "Trump2Clown",
    "description": "Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.",
    "version": "0.1",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}