Bitcoin Dashboard

Get live updates on price, news, and key network metrics.

Apa itu Bitcoin Dashboard?

Bitcoin Dashboard adalah ekstensi Chrome yang dikembangkan oleh Bitcoin Magazine, dan fitur utamanya adalah "Get live updates on price, news, and key network metrics.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Bitcoin Dashboard

Unduh file ekstensi Bitcoin Dashboard 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 live updates on price, news, and key network metrics. Our extension simply displays real-time data such as price, hash rate, block height, and transaction fees, as well as recent articles from Bitcoin Magazine to keep readers informed.                    

Informasi Dasar Ekstensi

Nama Bitcoin Dashboard Bitcoin Dashboard
ID ojgkmfieoeoojagepackgdfaloikkbmh
URL Resmi https://chromewebstore.google.com/detail/bitcoin-dashboard/ojgkmfieoeoojagepackgdfaloikkbmh
Deskripsi Get live updates on price, news, and key network metrics.
Ukuran File 1.39 MB
Jumlah Instalasi 575
Versi Saat Ini 0.2.1
Terakhir Diperbarui 2023-05-26
Tanggal Publikasi 2023-02-11
Penilaian 5.00/5 Total 7 Penilaian
Pengembang Bitcoin Magazine
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://bitcoinmagazine.com
URL Halaman Kebijakan Privasi https://b.tc/privacy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bitcoin Dashboard",
    "description": "Get live updates on price, news, and key network metrics.",
    "version": "0.2.1",
    "manifest_version": 3,
    "icons": {
        "128": "bm-logo.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Bitcoin Dashboard"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src https:\/\/* data: blob: filesystem:;"
    },
    "host_permissions": [
        "https:\/\/bitcoinmagazine.com\/*"
    ]
}