Bitcoin Game
This extension will allow you to win BTC if you are lucky!
Wat is Bitcoin Game?
Bitcoin Game is een Chrome-extensie ontwikkeld door btcmillennial, en de belangrijkste functie is "This extension will allow you to win BTC if you are lucky!".
Extensie Screenshots
Download het CRX-bestand van de extensie Bitcoin Game
Download Bitcoin Game-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | foplpjalkljlipnbdgnkehjgenlgajaf |
Officiële URL | https://chrome.google.com/webstore/detail/bitcoin-game/foplpjalkljlipnbdgnkehjgenlgajaf |
Beschrijving | This extension will allow you to win BTC if you are lucky! |
Bestandsgrootte | 101 KB |
Aantal Installaties | 31 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-03-31 |
Publicatiedatum | 2021-03-31 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | btcmillennial |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://btcmillennial.com/ |
Ondersteunde Talen | 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" ] } } |