President Keroppi
Replace Trump with Keroppi and be happy all day
Was ist President Keroppi?
President Keroppi ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Replace Trump with Keroppi and be happy all day".
Erweiterungsscreenshots
President Keroppi-Erweiterungs-CRX-Datei herunterladen
Laden Sie President Keroppi-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!"
Grundlegende Informationen zur Erweiterung
Name | |
ID | ddfjkjlcnfhjpmhaooejocainmdacilk |
Offizielle URL | https://chromewebstore.google.com/detail/president-keroppi/ddfjkjlcnfhjpmhaooejocainmdacilk |
Beschreibung | Replace Trump with Keroppi and be happy all day |
Dateigröße | 27.39 KB |
Installationsanzahl | 197 |
Aktuelle Version | 2.0 |
Letztes Update | 2016-11-18 |
Veröffentlichungsdatum | 2016-11-18 |
Bewertung | 4.50/5 Insgesamt 6 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | 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" } ] } |