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

Что такое criptoprecio?

criptoprecio - это расширение Chrome, разработанное pablocomiranda, и его основная функция - "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
screenshot

Скачать файл CRX расширения criptoprecio

Скачайте файлы расширений criptoprecio в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название criptoprecio criptoprecio
ID hgnfiejekiilbchdomcjkmffnbjlbflc
Официальный URL https://chromewebstore.google.com/detail/criptoprecio/hgnfiejekiilbchdomcjkmffnbjlbflc
Описание Follow the price of ALL crypto in real time in ONE place, from more than 50 exchanges. Mark your favorites coins to follow them.…
Размер файла 849 KB
Количество установок 98
Текущая Версия 16.1
Последнее Обновление 2023-12-06
Дата публикации 2021-06-08
Рейтинг 5.00/5 Всего 1 оценок
Разработчик pablocomiranda
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://twitter.com/ValorCriptoBot
URL страницы помощи https://twitter.com/ValorCriptoBot
URL страницы политики конфиденциальности https://developer.chrome.com/docs/webstore/program-policies/privacy
Поддерживаемые языки 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"
            ]
        }
    ]
}