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.…
What is criptoprecio?
criptoprecio is a Chrome extension developed by pablocomiranda, and its main feature is "Follow the price of ALL crypto in real time in ONE place, from more than 50 exchanges. Mark your favorites coins to follow them.…".
Extension Screenshots
Download criptoprecio Extension CRX File
Download criptoprecio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | criptoprecio |
ID | hgnfiejekiilbchdomcjkmffnbjlbflc |
Official URL | 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.… |
File Size | 849 KB |
Installation Count | 98 |
Current Version | 16.1 |
Last Updated | 2023-12-06 |
Publish Date | 2021-06-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | pablocomiranda |
[email protected] | |
Payment Type | free |
Extension Website | https://twitter.com/ValorCriptoBot |
Help Page URL | https://twitter.com/ValorCriptoBot |
Privacy Policy Page URL | https://developer.chrome.com/docs/webstore/program-policies/privacy |
Supported Languages | 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" ] } ] } |