Bitcoin To Buttcoin

Replaces the text 'Bitcoin' with 'Buttcoin'. Copied from Cloud-to-Butt, now covers more coins

Bitcoin To Buttcoinとは何ですか?

Bitcoin To Buttcoinはjamesonjleeによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'Bitcoin' with 'Buttcoin'. Copied from Cloud-to-Butt, now covers more coins」です。

拡張機能のスクリーンショット

screenshot

Bitcoin To Buttcoin拡張機能のCRXファイルをダウンロード

Bitcoin To Buttcoin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Changes Bitcoin(s) to Buttcoin(s), maybe I will include ones for Litecoin, etc.
Image sourced from buttcoin.org
THIS EXTENSION IS NOT AFFILIATE WITH BUTTCOIN.ORG

Made while sitting on my butt™                    

拡張機能の基本情報

名前 Bitcoin To Buttcoin Bitcoin To Buttcoin
ID opdmmmpiahddjnfogimkmmgmmhkbalol
公式URL https://chromewebstore.google.com/detail/bitcoin-to-buttcoin/opdmmmpiahddjnfogimkmmgmmhkbalol
説明 Replaces the text 'Bitcoin' with 'Buttcoin'. Copied from Cloud-to-Butt, now covers more coins
ファイルサイズ 3.43 KB
インストール数 22
現在のバージョン 1.2
最終更新日 2013-12-12
公開日 2013-12-11
評価 5.00/5 合計 6 レビュー
開発者 jamesonjlee
支払い方法 free
拡張機能のウェブサイト https://github.com/jamesonjlee/cloud-to-butt
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitcoin To Buttcoin",
    "version": "1.2",
    "description": "Replaces the text 'Bitcoin' with 'Buttcoin'.  Copied from Cloud-to-Butt, now covers more coins",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}