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
电子邮箱 [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"
        ]
    }
}