Bitcoin Game

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

Cos'è Bitcoin Game?

Bitcoin Game è un'estensione di Chrome sviluppata da btcmillennial, e la sua funzione principale è "This extension will allow you to win BTC if you are lucky!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Bitcoin Game

Scarica i file di estensione Bitcoin Game in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Bitcoin Game Bitcoin Game
ID foplpjalkljlipnbdgnkehjgenlgajaf
URL Ufficiale https://chrome.google.com/webstore/detail/bitcoin-game/foplpjalkljlipnbdgnkehjgenlgajaf
Descrizione This extension will allow you to win BTC if you are lucky!
Dimensione del File 101 KB
Conteggio Installazioni 31
Versione Corrente 1.0
Ultimo Aggiornamento 2021-03-31
Data di Pubblicazione 2021-03-31
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore btcmillennial
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://btcmillennial.com/
Lingue Supportate 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"
        ]
    }
}