BitBeans
Replaces 'bitcoin' with 'magic beans'.
Wat is BitBeans?
BitBeans is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Replaces 'bitcoin' with 'magic beans'.".
Extensie Screenshots
Download het CRX-bestand van de extensie BitBeans
Download BitBeans-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
Replaces all instances of 'bitcoin' with 'magic beans.' Fun for the whole family! Open-sourced at: https://github.com/argusdusty/BitBeans
Basisinformatie over de Extensie
Naam | BitBeans |
ID | imihcgcfconccnapamakpnjaiaflnpcj |
Officiële URL | https://chromewebstore.google.com/detail/bitbeans/imihcgcfconccnapamakpnjaiaflnpcj |
Beschrijving | Replaces 'bitcoin' with 'magic beans'. |
Bestandsgrootte | 15 KB |
Aantal Installaties | 103 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-04-09 |
Publicatiedatum | 2014-04-08 |
Beoordeling | 4.43/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |