Cryptocurrency Price Notification

Allow track cryptocurrency price

Что такое Cryptocurrency Price Notification?

Cryptocurrency Price Notification - это расширение Chrome, разработанное livecode1986one, и его основная функция - "Allow track cryptocurrency price".

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

screenshot
screenshot

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

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

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

                        Cryptocurrency Price Notification - allows you to track the price of cryptocurrency and notify when the price reaches the set value.                    

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

Название Cryptocurrency Price Notification Cryptocurrency Price Notification
ID dcfjoaoabdlhiiohaamdngkicdjipffo
Официальный URL https://chromewebstore.google.com/detail/cryptocurrency-price-noti/dcfjoaoabdlhiiohaamdngkicdjipffo
Описание Allow track cryptocurrency price
Размер файла 788 KB
Количество установок 63
Текущая Версия 1.0.6
Последнее Обновление 2021-04-06
Дата публикации 2021-04-03
Разработчик livecode1986one
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки de,en,fr,es,it,ru,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Allow track cryptocurrency price",
    "version": "1.0.6",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "Cryptocurrency Price Notification",
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Cryptocurrency Price Notification",
        "default_icon": "icon-34.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "background"
    ]
}