CryptoRates

Live Cryptocurrency rates for your browser

Что такое CryptoRates?

CryptoRates - это расширение Chrome, разработанное Crypto Rates, и его основная функция - "Live Cryptocurrency rates for your browser".

Снимки экрана расширения

screenshot
screenshot
screenshot

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

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

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

                        Live Cryptocurrency rates that are refreshed every few seconds to get the latest exchange rates. 

This extension was built to easily allow you to view cryptocurrency prices every time a new tab page is opened.

Keep up-to-date with the latest exchange rates for your cryptocurrency investments!

Contact Us: https://www.crypto-rates.net/contact-us.html
About Us: https://www.crypto-rates.net/about-us.html
Terms of Use: https://www.crypto-rates.net/terms.html
Privacy Policy: https://www.crypto-rates.net/privacy-policy.html                    

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

Название CryptoRates CryptoRates
ID kknbnipbgkcijjfijmkkbeoajnemlhfo
Официальный URL https://chromewebstore.google.com/detail/cryptorates/kknbnipbgkcijjfijmkkbeoajnemlhfo
Описание Live Cryptocurrency rates for your browser
Размер файла 884 KB
Количество установок 20
Текущая Версия 1.0.1
Последнее Обновление 2021-12-07
Дата публикации 2021-07-19
Рейтинг 5.00/5 Всего 27 оценок
Разработчик Crypto Rates
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.crypto-rates.net/privacy-policy.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CryptoRates ",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Live Cryptocurrency rates for your browser",
    "permissions": [],
    "options_page": "options.html",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_64.png",
            "128": "images\/icon_128.png"
        }
    },
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_64.png",
        "128": "images\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "myScript.js"
            ]
        }
    ]
}