Bitcoin Game

This extension will allow you to win BTC if you are lucky!

Bitcoin Gameとは何ですか?

Bitcoin Gameはbtcmillennialによって開発されたChromeの拡張機能で、その主な機能は「This extension will allow you to win BTC if you are lucky!」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Bitcoin game is all for the user! Enjoy this fun game while getting a chance to win some free Bitcoin! Every time you open a new tab, you get a chance to win some free Bitcoin.  And you will know when you won, because it will say it very clearly! Good luck!                    

拡張機能の基本情報

名前 Bitcoin Game Bitcoin Game
ID foplpjalkljlipnbdgnkehjgenlgajaf
公式URL https://chrome.google.com/webstore/detail/bitcoin-game/foplpjalkljlipnbdgnkehjgenlgajaf
説明 This extension will allow you to win BTC if you are lucky!
ファイルサイズ 101 KB
インストール数 31
現在のバージョン 1.0
最終更新日 2021-03-31
公開日 2021-03-31
評価 5.00/5 合計 1 レビュー
開発者 btcmillennial
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://btcmillennial.com/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitcoin Game",
    "description": "This extension will allow you to win BTC if you are lucky!",
    "version": "1.0",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "newtab.js"
        ]
    }
}