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.…
Was ist criptoprecio?
criptoprecio ist eine Chrome-Erweiterung, die von pablocomiranda entwickelt wurde, und ihr Hauptmerkmal ist "Follow the price of ALL crypto in real time in ONE place, from more than 50 exchanges. Mark your favorites coins to follow them.…".
Erweiterungsscreenshots
criptoprecio-Erweiterungs-CRX-Datei herunterladen
Laden Sie criptoprecio-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | criptoprecio |
ID | hgnfiejekiilbchdomcjkmffnbjlbflc |
Offizielle URL | https://chromewebstore.google.com/detail/criptoprecio/hgnfiejekiilbchdomcjkmffnbjlbflc |
Beschreibung | Follow the price of ALL crypto in real time in ONE place, from more than 50 exchanges. Mark your favorites coins to follow them.… |
Dateigröße | 849 KB |
Installationsanzahl | 98 |
Aktuelle Version | 16.1 |
Letztes Update | 2023-12-06 |
Veröffentlichungsdatum | 2021-06-08 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | pablocomiranda |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://twitter.com/ValorCriptoBot |
Hilfeseite URL | https://twitter.com/ValorCriptoBot |
URL der Datenschutzrichtlinien-Seite | https://developer.chrome.com/docs/webstore/program-policies/privacy |
Unterstützte Sprachen | 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" ] } ] } |