President Keroppi
Replace Trump with Keroppi and be happy all day
Co je President Keroppi?
President Keroppi je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Replace Trump with Keroppi and be happy all day“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření President Keroppi
Stáhněte si soubory rozšíření President Keroppi ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!"
Základní Informace o Rozšíření
Název | |
ID | ddfjkjlcnfhjpmhaooejocainmdacilk |
Oficiální URL | https://chromewebstore.google.com/detail/president-keroppi/ddfjkjlcnfhjpmhaooejocainmdacilk |
Popis | Replace Trump with Keroppi and be happy all day |
Velikost souboru | 27.39 KB |
Počet instalací | 197 |
Aktuální Verze | 2.0 |
Poslední Aktualizace | 2016-11-18 |
Datum Vydání | 2016-11-18 |
Hodnocení | 4.50/5 Celkem 6 Hodnocení |
Vývojář | Unknown |
Typ Platby | free |
Podporované Jazyky | 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" } ] } |