Trump Replace
Replaces all instances of Trump's name on every page with something more tolerable.
Co to jest Trump Replace?
Trump Replace to rozszerzenie Chrome opracowane przez jackofspades, a jego główną funkcją jest „Replaces all instances of Trump's name on every page with something more tolerable.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Trump Replace
Pobierz pliki rozszerzeń Trump Replace 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
A Chrome extension that replaces all instances of Donald Trump's name on websites with something more palatable. All nicknames are taken from late-night TV shows and other comedy writers.
Podstawowe informacje o rozszerzeniu
Nazwa | Trump Replace |
ID | ndkbcljkfigafchkgjacamkkomjmdkpe |
Oficjalny URL | https://chromewebstore.google.com/detail/trump-replace/ndkbcljkfigafchkgjacamkkomjmdkpe |
Opis | Replaces all instances of Trump's name on every page with something more tolerable. |
Rozmiar pliku | 8 KB |
Liczba instalacji | 77 |
Aktualna Wersja | 1.1.0 |
Ostatnia Aktualizacja | 2016-10-13 |
Data Publikacji | 2016-10-13 |
Ocena | 4.92/5 Łącznie 12 Oceny |
Deweloper | jackofspades |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump Replace", "description": "Replaces all instances of Trump's name on every page with something more tolerable.", "version": "1.1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "icons": { "48": "trump.png", "26": "trump.png" } } |