Bitcoin Game

This extension will allow you to win BTC if you are lucky!

Co je Bitcoin Game?

Bitcoin Game je rozšíření Chrome vyvinuté btcmillennial, a jeho hlavní funkcí je „This extension will allow you to win BTC if you are lucky!“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Bitcoin Game

Stáhněte si soubory rozšíření Bitcoin Game ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Bitcoin Game Bitcoin Game
ID foplpjalkljlipnbdgnkehjgenlgajaf
Oficiální URL https://chrome.google.com/webstore/detail/bitcoin-game/foplpjalkljlipnbdgnkehjgenlgajaf
Popis This extension will allow you to win BTC if you are lucky!
Velikost souboru 101 KB
Počet instalací 31
Aktuální Verze 1.0
Poslední Aktualizace 2021-03-31
Datum Vydání 2021-03-31
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář btcmillennial
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://btcmillennial.com/
Podporované Jazyky 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"
        ]
    }
}