Bitcoin Game

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

Vad är Bitcoin Game?

Bitcoin Game är en Chrome-tillägg utvecklad av btcmillennial, och dess huvudfunktion är "This extension will allow you to win BTC if you are lucky!".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Bitcoin Game-förlängningens CRX-fil

Ladda ner Bitcoin Game-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Bitcoin Game Bitcoin Game
ID foplpjalkljlipnbdgnkehjgenlgajaf
Officiell webbadress https://chrome.google.com/webstore/detail/bitcoin-game/foplpjalkljlipnbdgnkehjgenlgajaf
Beskrivning This extension will allow you to win BTC if you are lucky!
Filstorlek 101 KB
Antal Installationer 31
Aktuell Version 1.0
Senast Uppdaterad 2021-03-31
Publiceringsdatum 2021-03-31
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare btcmillennial
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://btcmillennial.com/
Stödda Språk 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"
        ]
    }
}