Bitoke - Bitcoin Faucet

Win Real Bitcoins And Other Prizes!

什麼是Bitoke - Bitcoin Faucet?

Bitoke - Bitcoin Faucet是由addonpub開發的Chrome擴展程式,該擴展的主要功能是“Win Real Bitcoins And Other Prizes!”。

擴展截圖

screenshot

下載Bitoke - Bitcoin Faucet擴展crx文件

下載Bitoke - Bitcoin Faucet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Open Free Virtual Boxes
Win Real  Bitcoins And Other Prizes!

Click on boxes to open them
You can find Bitcoins, Bitoke gems, items and more! Box opening is completely free and you can start right away!

Refill free gems
We give you free gems every hour so you can open unlimited number of boxes! If you want to accelerate the process, you can invite people, play various games or complete offers and get tons of gems!

Withdraw Bitcoins
Get the BTC winnings sent directly to your wallet! We process withdrawal requests multiple times per day.                    

擴展基本資訊

名稱 Bitoke - Bitcoin Faucet Bitoke - Bitcoin Faucet
ID oijajbhmelbcoclnkdmembiacmeghbae
官方網址 https://chrome.google.com/webstore/detail/bitoke-bitcoin-faucet/oijajbhmelbcoclnkdmembiacmeghbae
簡介 Win Real Bitcoins And Other Prizes!
檔案大小 47.36 KB
安裝次數 486
目前版本 1.0.0
更新時間 2019-07-31
上架時間 2019-07-30
評分 3.00/5 共 4 次評分
開發者 addonpub
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "manifest_version": 2,
    "short_name": "bitoke-extension",
    "name": "Bitoke - Bitcoin Faucet",
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "homepage_url": "https:\/\/bitoke.com",
    "permissions": [
        "activeTab",
        "storage",
        "downloads",
        "tabs",
        ""
    ],
    "description": "Win Real Bitcoins And Other Prizes!",
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/show_extension.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png",
            "128": "data\/icons\/128.png"
        },
        "default_title": "Click to know more!!"
    }
}