Bitcoin Game

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

Bitcoin Game là gì?

Bitcoin Game là một tiện ích mở rộng Chrome được phát triển bởi btcmillennial, và tính năng chính của nó là "This extension will allow you to win BTC if you are lucky!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bitcoin Game

Tải xuống các tệp mở rộng Bitcoin Game dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bitcoin Game Bitcoin Game
ID foplpjalkljlipnbdgnkehjgenlgajaf
URL Chính Thức https://chrome.google.com/webstore/detail/bitcoin-game/foplpjalkljlipnbdgnkehjgenlgajaf
Mô tả This extension will allow you to win BTC if you are lucky!
Kích Thước Tệp 101 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-03-31
Ngày Phát Hành 2021-03-31
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển btcmillennial
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://btcmillennial.com/
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}