Douche and Turd

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

Was ist Douche and Turd?

Douche and Turd ist eine Chrome-Erweiterung, die von Matthew Hynes entwickelt wurde, und ihr Hauptmerkmal ist "Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'.".

Erweiterungsscreenshots

screenshot
screenshot

Douche and Turd-Erweiterungs-CRX-Datei herunterladen

Laden Sie Douche and Turd-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Douche and Turd Douche and Turd
ID lbldenckphkphkiglelkdmioihlfghle
Offizielle URL https://chromewebstore.google.com/detail/douche-and-turd/lbldenckphkphkiglelkdmioihlfghle
Beschreibung Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'.
Dateigröße 32.48 KB
Installationsanzahl 34
Aktuelle Version 1.2
Letztes Update 2016-09-28
Veröffentlichungsdatum 2016-09-28
Bewertung 5.00/5 Insgesamt 12 Bewertungen
Entwickler Matthew Hynes
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}