BitBeans

Replaces 'bitcoin' with 'magic beans'.

What is BitBeans?

BitBeans is a Chrome extension developed by Unknown, and its main feature is "Replaces 'bitcoin' with 'magic beans'.".

Extension Screenshots

screenshot

Download BitBeans Extension CRX File

Download BitBeans extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Replaces all instances of 'bitcoin' with 'magic beans.' Fun for the whole family!

Open-sourced at: https://github.com/argusdusty/BitBeans                    

Extension Basic Information

Name BitBeans BitBeans
ID imihcgcfconccnapamakpnjaiaflnpcj
Official URL https://chromewebstore.google.com/detail/bitbeans/imihcgcfconccnapamakpnjaiaflnpcj
Description Replaces 'bitcoin' with 'magic beans'.
File Size 15 KB
Installation Count 103
Current Version 1.0
Last Updated 2014-04-09
Publish Date 2014-04-08
Rating 4.43/5 Total 7 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}