Bitcoin Game

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

Apa itu Bitcoin Game?

Bitcoin Game adalah ekstensi Chrome yang dikembangkan oleh btcmillennial, dan fitur utamanya adalah "This extension will allow you to win BTC if you are lucky!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Bitcoin Game

Unduh file ekstensi Bitcoin Game dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Bitcoin Game Bitcoin Game
ID foplpjalkljlipnbdgnkehjgenlgajaf
URL Resmi https://chrome.google.com/webstore/detail/bitcoin-game/foplpjalkljlipnbdgnkehjgenlgajaf
Deskripsi This extension will allow you to win BTC if you are lucky!
Ukuran File 101 KB
Jumlah Instalasi 31
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-03-31
Tanggal Publikasi 2021-03-31
Penilaian 5.00/5 Total 1 Penilaian
Pengembang btcmillennial
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://btcmillennial.com/
Bahasa yang Didukung 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"
        ]
    }
}