Bitcoin

check the bitcoin price on every new tab

What is Bitcoin?

Bitcoin is a Chrome extension developed by https://smth.club, and its main feature is "check the bitcoin price on every new tab".

Extension Screenshots

screenshot

Download Bitcoin Extension CRX File

Download Bitcoin 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 the live price of BTC in USD on every new tab you open.                    

Extension Basic Information

Name Bitcoin Bitcoin
ID hogkhhgfeinbfkgohegldamihnkehonp
Official URL https://chromewebstore.google.com/detail/bitcoin/hogkhhgfeinbfkgohegldamihnkehonp
Description check the bitcoin price on every new tab
File Size 201 KB
Installation Count 30
Current Version 1.0.0
Last Updated 2021-02-16
Publish Date 2021-02-15
Developer https://smth.club
Email [email protected]
Payment Type free
Extension Website https://smth.club/bitcoin
Help Page URL https://twitter.com/Gabriel07__
Privacy Policy Page URL https://gabriellobl.github.io/visualize-life
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bitcoin",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "check the bitcoin price on every new tab",
    "icons": {
        "16": "btc-16.png",
        "48": "btc-48.png",
        "128": "btc-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "btc-16.png",
            "48": "btc-48.png",
            "128": "btc-128.png"
        },
        "default_title": "Bitcoin"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}