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"
            ]
        }
    ]
}