Kim Jong Trump
Replace any mention of Trump with Kim Jong Un
Qu'est-ce que Kim Jong Trump ?
Kim Jong Trump est une extension Chrome développée par Uncle Kevy, et sa fonction principale est "Replace any mention of Trump with Kim Jong Un".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Kim Jong Trump
Téléchargez les fichiers d'extension Kim Jong Trump 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
Trump and Kim Jong Un are getting more and more similar by the day. But what would headlines look like when Trump is replaced with the dictator? Let's see.
Informations de Base sur l'Extension
Nom | |
ID | cljofobkflalnjblekodigoamigbeaid |
URL Officiel | https://chrome.google.com/webstore/detail/kim-jong-trump/cljofobkflalnjblekodigoamigbeaid |
Description | Replace any mention of Trump with Kim Jong Un |
Taille du Fichier | 37.12 KB |
Nombre d'Installations | 146 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-08-13 |
Date de Publication | 2017-08-13 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | Uncle Kevy |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kim Jong Trump", "description": "Replace any mention of Trump with Kim Jong Un", "version": "1.0", "icons": { "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |