Bitcoin Address Lookup

Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance.

Apa itu Bitcoin Address Lookup?

Bitcoin Address Lookup adalah ekstensi Chrome yang dikembangkan oleh Eduard Karpa, dan fitur utamanya adalah "Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Bitcoin Address Lookup

Unduh file ekstensi Bitcoin Address Lookup 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

                        Get instant balance of any bitcoin address on any web-page. Hold the left alt-key and click  or select the address to get balance You will get current balance of the address and total number received and sent bitcoins.                    

Informasi Dasar Ekstensi

Nama Bitcoin Address Lookup Bitcoin Address Lookup
ID lllihajjkapokmiogohflioedecpkedc
URL Resmi https://chrome.google.com/webstore/detail/bitcoin-address-lookup/lllihajjkapokmiogohflioedecpkedc
Deskripsi Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance.
Ukuran File 291 KB
Jumlah Instalasi 171
Versi Saat Ini 1.0.0.2
Terakhir Diperbarui 2018-11-29
Tanggal Publikasi 2018-11-29
Penilaian 4.50/5 Total 2 Penilaian
Pengembang Eduard Karpa
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitcoin Address Lookup",
    "version": "1.0.0.2",
    "description": "Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance.",
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "64": "\/images\/icon64.png",
        "128": "\/images\/icon128.png"
    },
    "background": {
        "scripts": [
            "script\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "script\/contentScript.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contentSettings"
    ]
}