Douche and Turd
Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'.
Hvad er Douche and Turd?
Douche and Turd er en Chrome-udvidelse udviklet af Matthew Hynes, og dens hovedfunktion er "Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'.".
Udvidelsesskærmbilleder
Download Douche and Turd-udvidelses-CRX-fil
Download Douche and Turd-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.)
Grundlæggende oplysninger om udvidelsen
Navn | Douche and Turd |
ID | lbldenckphkphkiglelkdmioihlfghle |
Officiel URL | https://chromewebstore.google.com/detail/douche-and-turd/lbldenckphkphkiglelkdmioihlfghle |
Beskrivelse | Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'. |
Filstørrelse | 32.48 KB |
Antal Installationer | 34 |
Nuværende Version | 1.2 |
Senest Opdateret | 2016-09-28 |
Udgivelsesdato | 2016-09-28 |
Bedømmelse | 5.00/5 Samlet 12 Bedømmelser |
Udvikler | Matthew Hynes |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } ] } |