Bitcoin Game
This extension will allow you to win BTC if you are lucky!
Hvad er Bitcoin Game?
Bitcoin Game er en Chrome-udvidelse udviklet af btcmillennial, og dens hovedfunktion er "This extension will allow you to win BTC if you are lucky!".
Udvidelsesskærmbilleder
Download Bitcoin Game-udvidelses-CRX-fil
Download Bitcoin Game-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | foplpjalkljlipnbdgnkehjgenlgajaf |
Officiel URL | https://chrome.google.com/webstore/detail/bitcoin-game/foplpjalkljlipnbdgnkehjgenlgajaf |
Beskrivelse | This extension will allow you to win BTC if you are lucky! |
Filstørrelse | 101 KB |
Antal Installationer | 31 |
Nuværende Version | 1.0 |
Senest Opdateret | 2021-03-31 |
Udgivelsesdato | 2021-03-31 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | btcmillennial |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://btcmillennial.com/ |
Understøttede Sprog | 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" ] } } |