Bitcoin Game
This extension will allow you to win BTC if you are lucky!
What is Bitcoin Game?
Bitcoin Game is a Chrome extension developed by btcmillennial, and its main feature is "This extension will allow you to win BTC if you are lucky!".
Extension Screenshots
Download Bitcoin Game Extension CRX File
Download Bitcoin Game extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | foplpjalkljlipnbdgnkehjgenlgajaf |
Official URL | https://chrome.google.com/webstore/detail/bitcoin-game/foplpjalkljlipnbdgnkehjgenlgajaf |
Description | This extension will allow you to win BTC if you are lucky! |
File Size | 101 KB |
Installation Count | 31 |
Current Version | 1.0 |
Last Updated | 2021-03-31 |
Publish Date | 2021-03-31 |
Rating | 5.00/5 Total 1 Ratings |
Developer | btcmillennial |
[email protected] | |
Payment Type | free |
Extension Website | https://btcmillennial.com/ |
Supported Languages | 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" ] } } |