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

Wat is criptoprecio?

criptoprecio is een Chrome-extensie ontwikkeld door pablocomiranda, en de belangrijkste functie 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.…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie criptoprecio

Download criptoprecio-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam criptoprecio criptoprecio
ID hgnfiejekiilbchdomcjkmffnbjlbflc
Officiële URL https://chromewebstore.google.com/detail/criptoprecio/hgnfiejekiilbchdomcjkmffnbjlbflc
Beschrijving Follow the price of ALL crypto in real time in ONE place, from more than 50 exchanges. Mark your favorites coins to follow them.…
Bestandsgrootte 849 KB
Aantal Installaties 98
Huidige Versie 16.1
Laatst Bijgewerkt 2023-12-06
Publicatiedatum 2021-06-08
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar pablocomiranda
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://twitter.com/ValorCriptoBot
Help Pagina-URL https://twitter.com/ValorCriptoBot
URL van de Privacybeleid Pagina https://developer.chrome.com/docs/webstore/program-policies/privacy
Ondersteunde Talen 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"
            ]
        }
    ]
}