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!”。
擴展截圖
下載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!
擴展基本資訊
名稱 | |
ID | foplpjalkljlipnbdgnkehjgenlgajaf |
官方網址 | 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" ] } } |