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

Co to jest criptoprecio?

criptoprecio to rozszerzenie Chrome opracowane przez pablocomiranda, a jego główną funkcją jest „Follow the price of ALL crypto in real time in ONE place, from more than 50 exchanges. Mark your favorites coins to follow them.…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia criptoprecio

Pobierz pliki rozszerzeń criptoprecio w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa criptoprecio criptoprecio
ID hgnfiejekiilbchdomcjkmffnbjlbflc
Oficjalny URL https://chromewebstore.google.com/detail/criptoprecio/hgnfiejekiilbchdomcjkmffnbjlbflc
Opis Follow the price of ALL crypto in real time in ONE place, from more than 50 exchanges. Mark your favorites coins to follow them.…
Rozmiar pliku 849 KB
Liczba instalacji 98
Aktualna Wersja 16.1
Ostatnia Aktualizacja 2023-12-06
Data Publikacji 2021-06-08
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper pablocomiranda
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://twitter.com/ValorCriptoBot
Adres URL Strony Pomocy https://twitter.com/ValorCriptoBot
Adres URL Strony Polityki Prywatności https://developer.chrome.com/docs/webstore/program-policies/privacy
Obsługiwane Języki 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"
            ]
        }
    ]
}