BTC.com Extension for Chrome

An extension that provides data of bitcoin.

What is BTC.com Extension for Chrome?

BTC.com Extension for Chrome is a Chrome extension developed by btc.com, and its main feature is "An extension that provides data of bitcoin.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download BTC.com Extension for Chrome Extension CRX File

Download BTC.com Extension for Chrome 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

                        The quickest way to view bitcoin data, including blockchain information and global price. By using BTC.com extension, it's so easy to be with bitcoin and blockchain.

Github: https://github.com/btccom/chrome_extension                    

Extension Basic Information

Name BTC.com Extension for Chrome BTC.com Extension for Chrome
ID bbliigjegnkdnolaabpfdoimdmncjdca
Official URL https://chrome.google.com/webstore/detail/btccom-extension-for-chro/bbliigjegnkdnolaabpfdoimdmncjdca
Description An extension that provides data of bitcoin.
File Size 1.33 MB
Installation Count 4,000
Current Version 1.2.4
Last Updated 2019-07-11
Publish Date 2019-07-11
Rating 3.98/5 Total 52 Ratings
Developer btc.com
Payment Type free
Extension Website https://btc.com
Help Page URL https://btc.com
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_desc__",
    "default_locale": "en",
    "author": "BTC.com",
    "version": "1.2.4",
    "browser_action": {
        "default_popup": "components\/popup\/popup.html",
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "build\/background.bundle.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "components\/lookup\/images\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "components\/lookup\/style.css"
            ],
            "js": [
                "components\/lookup\/jquery.min.js",
                "components\/lookup\/bitcore.min.js",
                "build\/lookup.bundle.js",
                "components\/lookup\/tool.js"
            ]
        }
    ],
    "options_page": "components\/option\/option.html"
}