Bitcoin Tracker

Stay up to date on the latest prices of Bitcoin

Qu'est-ce que Bitcoin Tracker ?

Bitcoin Tracker est une extension Chrome développée par https://timleland.com, et sa fonction principale est "Stay up to date on the latest prices of Bitcoin".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Bitcoin Tracker

Téléchargez les fichiers d'extension Bitcoin Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Easily keep up to date on the latest Bitcoin prices right in your Chrome toolbar.

Features
* Current Bitcoin price in your browser toolbar
* Last 30 days of Bitcoin daily price
* Automatically updates every 15 minutes                    

Informations de Base sur l'Extension

Nom Bitcoin Tracker Bitcoin Tracker
ID ajimhlkppknjhjccilgojebdcaljlmbe
URL Officiel https://chromewebstore.google.com/detail/bitcoin-tracker/ajimhlkppknjhjccilgojebdcaljlmbe
Description Stay up to date on the latest prices of Bitcoin
Taille du Fichier 836 KB
Nombre d'Installations 385
Version Actuelle 2.0.1
Dernière Mise à Jour 2022-09-06
Date de Publication 2021-01-06
Évaluation 4.00/5 Total 1 Évaluations
Développeur https://timleland.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://timleland.com/bitcoin-tracker-extension/
URL de la Page d'Aide https://timleland.com/contact
URL de la Page de Politique de Confidentialité https://t.ly/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bitcoin Tracker",
    "homepage_url": "https:\/\/timleland.com\/bitcoin-tracker-extension\/",
    "version": "2.0.1",
    "icons": {
        "16": "media\/icons\/icon16.png",
        "48": "media\/icons\/icon48.png",
        "128": "media\/icons\/icon128.png"
    },
    "description": "Stay up to date on the latest prices of Bitcoin",
    "options_page": "options.html",
    "action": {
        "default_icon": {
            "38": "media\/icons\/icon38.png"
        },
        "default_title": "Bitcoin Tracker",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "alarms"
    ]
}