Trump to Festering Anus
Replaces the text 'Donald Trump' with 'Festering Anus'.
Co to jest Trump to Festering Anus?
Trump to Festering Anus to rozszerzenie Chrome opracowane przez Drunken Sasquatch, a jego główną funkcją jest „Replaces the text 'Donald Trump' with 'Festering Anus'.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Trump to Festering Anus
Pobierz pliki rozszerzeń Trump to Festering Anus 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
Do you think that Donald Trump is a mixture of Biff Tannen and a halloween pumpkin in december? Maybe you're just sick of seeing facebook posts from that borderline sociopath you know from high school that you can't bring yourself to unfriend. Maybe you resent the fact that Donald Trump wants to "slow Cosby" America. Does watching around-the-clock CNN coverage of Donald Trump make you feel like David Carradine being slowly strangled by the noose of cheap journalism? Regardless (or irregardless as a Trump supporter might say), you should just install this extension.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bcgcnhpijehppimfgpodckmnlnlhmeje |
Oficjalny URL | https://chrome.google.com/webstore/detail/trump-to-festering-anus/bcgcnhpijehppimfgpodckmnlnlhmeje |
Opis | Replaces the text 'Donald Trump' with 'Festering Anus'. |
Rozmiar pliku | 26.98 KB |
Liczba instalacji | 155 |
Aktualna Wersja | 1.5 |
Ostatnia Aktualizacja | 2015-12-28 |
Data Publikacji | 2015-12-28 |
Ocena | 4.76/5 Łącznie 21 Oceny |
Deweloper | Drunken Sasquatch |
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": "Trump to Festering Anus", "short_name": "T2A", "version": "1.5", "icons": { "128": "trump-head.png" }, "description": "Replaces the text 'Donald Trump' with 'Festering Anus'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_idle" } ] } |