BitBeans

Replaces 'bitcoin' with 'magic beans'.

什么是BitBeans?

BitBeans是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Replaces 'bitcoin' with 'magic beans'.”。

扩展截图

screenshot

下载BitBeans扩展crx文件

下载BitBeans扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

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

扩展基本信息

名称 BitBeans BitBeans
ID imihcgcfconccnapamakpnjaiaflnpcj
官方URL https://chromewebstore.google.com/detail/bitbeans/imihcgcfconccnapamakpnjaiaflnpcj
简介 Replaces 'bitcoin' with 'magic beans'.
文件大小 15 KB
安装次数 103
当前版本 1.0
更新时间 2014-04-09
上架时间 2014-04-08
评分 4.43/5 共7次评分
开发者 Unknown
付费类型 free
支持的语言 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"
            ]
        }
    ]
}