President Keroppi
Replace Trump with Keroppi and be happy all day
Wat is President Keroppi?
President Keroppi is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Replace Trump with Keroppi and be happy all day".
Extensie Screenshots
Download het CRX-bestand van de extensie President Keroppi
Download President Keroppi-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!"
Basisinformatie over de Extensie
Naam | |
ID | ddfjkjlcnfhjpmhaooejocainmdacilk |
Officiële URL | https://chromewebstore.google.com/detail/president-keroppi/ddfjkjlcnfhjpmhaooejocainmdacilk |
Beschrijving | Replace Trump with Keroppi and be happy all day |
Bestandsgrootte | 27.39 KB |
Aantal Installaties | 197 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2016-11-18 |
Publicatiedatum | 2016-11-18 |
Beoordeling | 4.50/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |