Bitcoin Game

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

Qu'est-ce que Bitcoin Game ?

Bitcoin Game est une extension Chrome développée par btcmillennial, et sa fonction principale est "This extension will allow you to win BTC if you are lucky!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Bitcoin Game

Téléchargez les fichiers d'extension Bitcoin Game au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Bitcoin Game Bitcoin Game
ID foplpjalkljlipnbdgnkehjgenlgajaf
URL Officiel https://chrome.google.com/webstore/detail/bitcoin-game/foplpjalkljlipnbdgnkehjgenlgajaf
Description This extension will allow you to win BTC if you are lucky!
Taille du Fichier 101 KB
Nombre d'Installations 31
Version Actuelle 1.0
Dernière Mise à Jour 2021-03-31
Date de Publication 2021-03-31
Évaluation 5.00/5 Total 1 Évaluations
Développeur btcmillennial
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://btcmillennial.com/
Langues Prises en Charge 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"
        ]
    }
}