criptoprecio
Follow the price of ALL crypto in real time in ONE place, from more than 50 exchanges. Mark your favorites coins to follow them.…
Qu'est-ce que criptoprecio ?
criptoprecio est une extension Chrome développée par pablocomiranda, et sa fonction principale est "Follow the price of ALL crypto in real time in ONE place, from more than 50 exchanges. Mark your favorites coins to follow them.…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension criptoprecio
Téléchargez les fichiers d'extension criptoprecio 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
Follow the price of ALL crypto in real time in ONE place, from more than 50 exchanges. Mark your favorites coins to follow them. Learn about how the value changes and know instantly when crypto prices move. A simple interface helps you visualize the price and changes easily. Details per coin: Mkt Cap Rank , Price , 1h% change , 1d% change , 1w% change. No registration required, all information is stored locally. Follow us on: Twitter: @criptoprecio
Informations de Base sur l'Extension
Nom | criptoprecio |
ID | hgnfiejekiilbchdomcjkmffnbjlbflc |
URL Officiel | https://chromewebstore.google.com/detail/criptoprecio/hgnfiejekiilbchdomcjkmffnbjlbflc |
Description | Follow the price of ALL crypto in real time in ONE place, from more than 50 exchanges. Mark your favorites coins to follow them.… |
Taille du Fichier | 849 KB |
Nombre d'Installations | 98 |
Version Actuelle | 16.1 |
Dernière Mise à Jour | 2023-12-06 |
Date de Publication | 2021-06-08 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | pablocomiranda |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://twitter.com/ValorCriptoBot |
URL de la Page d'Aide | https://twitter.com/ValorCriptoBot |
URL de la Page de Politique de Confidentialité | https://developer.chrome.com/docs/webstore/program-policies/privacy |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "criptoprecio", "version": "16.1", "manifest_version": 2, "icons": { "128": "logo.png" }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/" ], "js": [ "content.js" ], "css": [ "style.css" ] } ] } |