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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!!"
    }
}