Douche and Turd
Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'.
Co to jest Douche and Turd?
Douche and Turd to rozszerzenie Chrome opracowane przez Matthew Hynes, a jego główną funkcją jest „Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Douche and Turd
Pobierz pliki rozszerzeń Douche and Turd w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.)
Podstawowe informacje o rozszerzeniu
Nazwa | Douche and Turd |
ID | lbldenckphkphkiglelkdmioihlfghle |
Oficjalny URL | https://chromewebstore.google.com/detail/douche-and-turd/lbldenckphkphkiglelkdmioihlfghle |
Opis | Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'. |
Rozmiar pliku | 32.48 KB |
Liczba instalacji | 34 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2016-09-28 |
Data Publikacji | 2016-09-28 |
Ocena | 5.00/5 Łącznie 12 Oceny |
Deweloper | Matthew Hynes |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } ] } |