Bitcoin Dashboard

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

What is Bitcoin Dashboard?

Bitcoin Dashboard is a Chrome extension developed by Bitcoin Magazine, and its main feature is "Get live updates on price, news, and key network metrics.".

Extension Screenshots

screenshot
screenshot

Download Bitcoin Dashboard Extension CRX File

Download Bitcoin Dashboard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Bitcoin Dashboard Bitcoin Dashboard
ID ojgkmfieoeoojagepackgdfaloikkbmh
Official URL https://chromewebstore.google.com/detail/bitcoin-dashboard/ojgkmfieoeoojagepackgdfaloikkbmh
Description Get live updates on price, news, and key network metrics.
File Size 1.39 MB
Installation Count 575
Current Version 0.2.1
Last Updated 2023-05-26
Publish Date 2023-02-11
Rating 5.00/5 Total 7 Ratings
Developer Bitcoin Magazine
Email [email protected]
Payment Type free
Extension Website https://bitcoinmagazine.com
Privacy Policy Page URL https://b.tc/privacy
Supported Languages 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\/*"
    ]
}