President Keroppi
Replace Trump with Keroppi and be happy all day
What is President Keroppi?
President Keroppi is a Chrome extension developed by Unknown, and its main feature is "Replace Trump with Keroppi and be happy all day".
Extension Screenshots
Download President Keroppi Extension CRX File
Download President Keroppi extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!"
Extension Basic Information
Name | |
ID | ddfjkjlcnfhjpmhaooejocainmdacilk |
Official URL | https://chromewebstore.google.com/detail/president-keroppi/ddfjkjlcnfhjpmhaooejocainmdacilk |
Description | Replace Trump with Keroppi and be happy all day |
File Size | 27.39 KB |
Installation Count | 197 |
Current Version | 2.0 |
Last Updated | 2016-11-18 |
Publish Date | 2016-11-18 |
Rating | 4.50/5 Total 6 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" } ] } |