President Keroppi
Replace Trump with Keroppi and be happy all day
Qu'est-ce que President Keroppi ?
President Keroppi est une extension Chrome développée par Unknown, et sa fonction principale est "Replace Trump with Keroppi and be happy all day".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension President Keroppi
Téléchargez les fichiers d'extension President Keroppi au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!"
Informations de Base sur l'Extension
Nom | |
ID | ddfjkjlcnfhjpmhaooejocainmdacilk |
URL Officiel | https://chromewebstore.google.com/detail/president-keroppi/ddfjkjlcnfhjpmhaooejocainmdacilk |
Description | Replace Trump with Keroppi and be happy all day |
Taille du Fichier | 27.39 KB |
Nombre d'Installations | 197 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2016-11-18 |
Date de Publication | 2016-11-18 |
Évaluation | 4.50/5 Total 6 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |