Trumpify
This is your Chrome extension that replaces 'Donald Trump' with 'Alien Lizard Monster'.
Co to jest Trumpify?
Trumpify to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „This is your Chrome extension that replaces 'Donald Trump' with 'Alien Lizard Monster'.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Trumpify
Pobierz pliki rozszerzeń Trumpify 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
Are you tired of reading about GOP nominee Alien Lizard Monster? Er...Donald Trump?
Well, have I got the thing for you! With this amazing Google Chrome extension, you can replace every instance of "Donald Trump" on any websites you visit with "Alien Lizard Monster"! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | cjcjcdgkcablfjfbbnicgclgfkmjelpn |
| Oficjalny URL | https://chromewebstore.google.com/detail/trumpify/cjcjcdgkcablfjfbbnicgclgfkmjelpn |
| Opis | This is your Chrome extension that replaces 'Donald Trump' with 'Alien Lizard Monster'. |
| Rozmiar pliku | 3.85 KB |
| Liczba instalacji | 14 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2016-06-06 |
| Data Publikacji | 2016-06-06 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | Unknown |
| 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": "Trumpify",
"short_name": "Replace every instance of 'Donald Trump' with 'Alien Lizard Monster'",
"description": "This is your Chrome extension that replaces 'Donald Trump' with 'Alien Lizard Monster'.",
"version": "1.0.1",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"adjustTrumpContent.js"
],
"run_at": "document_end"
}
]
} | |