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.…

Cos'è criptoprecio?

criptoprecio è un'estensione di Chrome sviluppata da pablocomiranda, e la sua funzione principale è "Follow the price of ALL crypto in real time in ONE place, from more than 50 exchanges. Mark your favorites coins to follow them.…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione criptoprecio

Scarica i file di estensione criptoprecio in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome criptoprecio criptoprecio
ID hgnfiejekiilbchdomcjkmffnbjlbflc
URL Ufficiale https://chromewebstore.google.com/detail/criptoprecio/hgnfiejekiilbchdomcjkmffnbjlbflc
Descrizione Follow the price of ALL crypto in real time in ONE place, from more than 50 exchanges. Mark your favorites coins to follow them.…
Dimensione del File 849 KB
Conteggio Installazioni 98
Versione Corrente 16.1
Ultimo Aggiornamento 2023-12-06
Data di Pubblicazione 2021-06-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore pablocomiranda
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://twitter.com/ValorCriptoBot
URL della Pagina di Aiuto https://twitter.com/ValorCriptoBot
URL della Pagina della Politica sulla Privacy https://developer.chrome.com/docs/webstore/program-policies/privacy
Lingue Supportate 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"
            ]
        }
    ]
}