Bitcoin Game

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

Co to jest Bitcoin Game?

Bitcoin Game to rozszerzenie Chrome opracowane przez btcmillennial, a jego główną funkcją jest „This extension will allow you to win BTC if you are lucky!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Bitcoin Game

Pobierz pliki rozszerzeń Bitcoin Game w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Bitcoin Game Bitcoin Game
ID foplpjalkljlipnbdgnkehjgenlgajaf
Oficjalny URL https://chrome.google.com/webstore/detail/bitcoin-game/foplpjalkljlipnbdgnkehjgenlgajaf
Opis This extension will allow you to win BTC if you are lucky!
Rozmiar pliku 101 KB
Liczba instalacji 31
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-03-31
Data Publikacji 2021-03-31
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper btcmillennial
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://btcmillennial.com/
Obsługiwane Języki 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"
        ]
    }
}