Bitcoin

check the bitcoin price on every new tab

Wat is Bitcoin?

Bitcoin is een Chrome-extensie ontwikkeld door https://smth.club, en de belangrijkste functie is "check the bitcoin price on every new tab".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bitcoin

Download Bitcoin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Get the live price of BTC in USD on every new tab you open.                    

Basisinformatie over de Extensie

Naam Bitcoin Bitcoin
ID hogkhhgfeinbfkgohegldamihnkehonp
Officiële URL https://chromewebstore.google.com/detail/bitcoin/hogkhhgfeinbfkgohegldamihnkehonp
Beschrijving check the bitcoin price on every new tab
Bestandsgrootte 201 KB
Aantal Installaties 30
Huidige Versie 1.0.0
Laatst Bijgewerkt 2021-02-16
Publicatiedatum 2021-02-15
Ontwikkelaar https://smth.club
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://smth.club/bitcoin
Help Pagina-URL https://twitter.com/Gabriel07__
URL van de Privacybeleid Pagina https://gabriellobl.github.io/visualize-life
Ondersteunde Talen 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'"
}