President Keroppi
Replace Trump with Keroppi and be happy all day
Co to jest President Keroppi?
President Keroppi to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Replace Trump with Keroppi and be happy all day”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia President Keroppi
Pobierz pliki rozszerzeń President Keroppi 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
Turn your internet exploring into an adventure with President Keroppi! Oh the hijinx! Read about his conquests in Keroppi Tower! Follow the Keroppi kids! Keep up with Keroppi Industries! It's like Trump never happened when you use this fun-filled morsel to replace all mentions of "Trump" with...what else? "Keroppi!"
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ddfjkjlcnfhjpmhaooejocainmdacilk |
Oficjalny URL | https://chromewebstore.google.com/detail/president-keroppi/ddfjkjlcnfhjpmhaooejocainmdacilk |
Opis | Replace Trump with Keroppi and be happy all day |
Rozmiar pliku | 27.39 KB |
Liczba instalacji | 197 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2016-11-18 |
Data Publikacji | 2016-11-18 |
Ocena | 4.50/5 Łącznie 6 Oceny |
Deweloper | Unknown |
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": "President Keroppi", "description": "Replace Trump with Keroppi and be happy all day", "version": "2.0", "icons": { "128": "images\/Keroppiicon128.png", "48": "images\/Keroppiicon48.png", "16": "images\/Keroppiicon16.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |