Douche and Turd
Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'.
Wat is Douche and Turd?
Douche and Turd is een Chrome-extensie ontwikkeld door Matthew Hynes, en de belangrijkste functie is "Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'.".
Extensie Screenshots
Download het CRX-bestand van de extensie Douche and Turd
Download Douche and Turd-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.)
Basisinformatie over de Extensie
Naam | Douche and Turd |
ID | lbldenckphkphkiglelkdmioihlfghle |
Officiële URL | https://chromewebstore.google.com/detail/douche-and-turd/lbldenckphkphkiglelkdmioihlfghle |
Beschrijving | Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'. |
Bestandsgrootte | 32.48 KB |
Aantal Installaties | 34 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2016-09-28 |
Publicatiedatum | 2016-09-28 |
Beoordeling | 5.00/5 Totaal 12 Beoordelingen |
Ontwikkelaar | Matthew Hynes |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |