Bitcoin
check the bitcoin price on every new tab
Qu'est-ce que Bitcoin ?
Bitcoin est une extension Chrome développée par https://smth.club, et sa fonction principale est "check the bitcoin price on every new tab".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bitcoin
Téléchargez les fichiers d'extension Bitcoin 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
Get the live price of BTC in USD on every new tab you open.
Informations de Base sur l'Extension
Nom | |
ID | hogkhhgfeinbfkgohegldamihnkehonp |
URL Officiel | https://chromewebstore.google.com/detail/bitcoin/hogkhhgfeinbfkgohegldamihnkehonp |
Description | check the bitcoin price on every new tab |
Taille du Fichier | 201 KB |
Nombre d'Installations | 30 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2021-02-16 |
Date de Publication | 2021-02-15 |
Développeur | https://smth.club |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://smth.club/bitcoin |
URL de la Page d'Aide | https://twitter.com/Gabriel07__ |
URL de la Page de Politique de Confidentialité | https://gabriellobl.github.io/visualize-life |
Langues Prises en Charge | 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'" } |