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

Hvad er criptoprecio?

criptoprecio er en Chrome-udvidelse udviklet af pablocomiranda, og dens hovedfunktion er "Follow the price of ALL crypto in real time in ONE place, from more than 50 exchanges. Mark your favorites coins to follow them.…".

Udvidelsesskærmbilleder

screenshot
screenshot

Download criptoprecio-udvidelses-CRX-fil

Download criptoprecio-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn criptoprecio criptoprecio
ID hgnfiejekiilbchdomcjkmffnbjlbflc
Officiel URL https://chromewebstore.google.com/detail/criptoprecio/hgnfiejekiilbchdomcjkmffnbjlbflc
Beskrivelse Follow the price of ALL crypto in real time in ONE place, from more than 50 exchanges. Mark your favorites coins to follow them.…
Filstørrelse 849 KB
Antal Installationer 98
Nuværende Version 16.1
Senest Opdateret 2023-12-06
Udgivelsesdato 2021-06-08
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler pablocomiranda
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://twitter.com/ValorCriptoBot
Hjælpeside-URL https://twitter.com/ValorCriptoBot
URL til Fortrolighedspolitik Side https://developer.chrome.com/docs/webstore/program-policies/privacy
Understøttede Sprog 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"
            ]
        }
    ]
}