Douche and Turd

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

Cos'è Douche and Turd?

Douche and Turd è un'estensione di Chrome sviluppata da Matthew Hynes, e la sua funzione principale è "Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Douche and Turd

Scarica i file di estensione Douche and Turd in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.)                    

Informazioni di Base sull'Estensione

Nome Douche and Turd Douche and Turd
ID lbldenckphkphkiglelkdmioihlfghle
URL Ufficiale https://chromewebstore.google.com/detail/douche-and-turd/lbldenckphkphkiglelkdmioihlfghle
Descrizione Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'.
Dimensione del File 32.48 KB
Conteggio Installazioni 34
Versione Corrente 1.2
Ultimo Aggiornamento 2016-09-28
Data di Pubblicazione 2016-09-28
Valutazione 5.00/5 Totale 12 Valutazioni
Sviluppatore Matthew Hynes
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}