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
公式URL 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!!"
    }
}