Douche and Turd

Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'.

Apa itu Douche and Turd?

Douche and Turd adalah ekstensi Chrome yang dikembangkan oleh Matthew Hynes, dan fitur utamanya adalah "Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Douche and Turd

Unduh file ekstensi Douche and Turd 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

                        This extension replaces the 2016 Presidential candidate's names with something more fitting. That's about it.

(No copyright infringement intended - all images property of Comedy Central. I have no idea if this disclaimer is sufficient to cover my ass, but it seems like something I should put here.)                    

Informasi Dasar Ekstensi

Nama Douche and Turd Douche and Turd
ID lbldenckphkphkiglelkdmioihlfghle
URL Resmi https://chromewebstore.google.com/detail/douche-and-turd/lbldenckphkphkiglelkdmioihlfghle
Deskripsi Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'.
Ukuran File 32.48 KB
Jumlah Instalasi 34
Versi Saat Ini 1.2
Terakhir Diperbarui 2016-09-28
Tanggal Publikasi 2016-09-28
Penilaian 5.00/5 Total 12 Penilaian
Pengembang Matthew Hynes
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Douche and Turd",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "description": "Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'.",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}