The Other Kim
Replaces 'Kardashian' with 'Jong Un' in browser.
Qu'est-ce que The Other Kim ?
The Other Kim est une extension Chrome développée par smith.nick.nz, et sa fonction principale est "Replaces 'Kardashian' with 'Jong Un' in browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension The Other Kim
Téléchargez les fichiers d'extension The Other Kim 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
Replaces any mention of 'Kardashian' with 'Jong-Un' to make your web browsing experience a more pleasant one. Note: May interfere with photos does not work in google search results
Informations de Base sur l'Extension
Nom | |
ID | jaoloeonbpngogabpngfhmlkehipckha |
URL Officiel | https://chrome.google.com/webstore/detail/the-other-kim/jaoloeonbpngogabpngfhmlkehipckha |
Description | Replaces 'Kardashian' with 'Jong Un' in browser. |
Taille du Fichier | 33.98 KB |
Nombre d'Installations | 27 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2015-05-05 |
Date de Publication | 2015-05-05 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | smith.nick.nz |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Other Kim", "version": "0.1", "description": "Replaces 'Kardashian' with 'Jong Un' in browser.", "icons": { "48": "smallicon.png", "128": "bigicon.png" }, "permissions": [ "tabs", "http:\/\/*\/*, https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "kardashian.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |