BitBeans
Replaces 'bitcoin' with 'magic beans'.
Qu'est-ce que BitBeans ?
BitBeans est une extension Chrome développée par Unknown, et sa fonction principale est "Replaces 'bitcoin' with 'magic beans'.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BitBeans
Téléchargez les fichiers d'extension BitBeans 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 all instances of 'bitcoin' with 'magic beans.' Fun for the whole family! Open-sourced at: https://github.com/argusdusty/BitBeans
Informations de Base sur l'Extension
Nom | BitBeans |
ID | imihcgcfconccnapamakpnjaiaflnpcj |
URL Officiel | https://chromewebstore.google.com/detail/bitbeans/imihcgcfconccnapamakpnjaiaflnpcj |
Description | Replaces 'bitcoin' with 'magic beans'. |
Taille du Fichier | 15 KB |
Nombre d'Installations | 103 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-04-09 |
Date de Publication | 2014-04-08 |
Évaluation | 4.43/5 Total 7 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BitBeans", "version": "1.0", "description": "Replaces 'bitcoin' with 'magic beans'.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "BitBeans_Chrome.js" ] } ] } |