Trumpinator 3000
Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!
Co to jest Trumpinator 3000?
Trumpinator 3000 to rozszerzenie Chrome opracowane przez boomeasy, a jego główną funkcją jest „Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Trumpinator 3000
Pobierz pliki rozszerzeń Trumpinator 3000 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
Make the web great again!
Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!
inspired by trumpweb with additional quotes and some bug fixes. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | khfhhpmllkcdelbmpilggheoeopjhdmk |
| Oficjalny URL | https://chromewebstore.google.com/detail/trumpinator-3000/khfhhpmllkcdelbmpilggheoeopjhdmk |
| Opis | Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again! |
| Rozmiar pliku | 61.52 KB |
| Liczba instalacji | 21 |
| Aktualna Wersja | 0.1.2 |
| Ostatnia Aktualizacja | 2016-01-24 |
| Data Publikacji | 2016-01-23 |
| Deweloper | boomeasy |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://twitter.com/trumpinator3000 |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Trumpinator 3000",
"version": "0.1.2",
"description": "Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!",
"icons": {
"16": "16x16_crop_trumper.png",
"48": "48x48_crop_trumper.png",
"128": "128x128_crop_trumper.png"
},
"content_scripts": [
{
"all_frames": true,
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |