Crypto Price Tracker

The extension supports bitcoin, ether, ripple, monero, neo and many others. Never miss an opportunity to invest in cryptocurrencies.

Что такое Crypto Price Tracker?

Crypto Price Tracker - это расширение Chrome, разработанное https://apostopher.com, и его основная функция - "The extension supports bitcoin, ether, ripple, monero, neo and many others. Never miss an opportunity to invest in cryptocurrencies.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Get the cryptocurrency prices.
Set the trigger to get notified about cryptocurrency price changes.
The price updates every minute.
Never miss an opportunity to invest in cryptocurrencies!
supported currencies: bitcoin, ether(ethereum), ripple, dash, litecoin, neo, monero, verge, cardano and many more...                    

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

Название Crypto Price Tracker Crypto Price Tracker
ID fpkhlnacfhciopipcjpcjmkpldbogaeo
Официальный URL https://chromewebstore.google.com/detail/crypto-price-tracker/fpkhlnacfhciopipcjpcjmkpldbogaeo
Описание The extension supports bitcoin, ether, ripple, monero, neo and many others. Never miss an opportunity to invest in cryptocurrencies.
Размер файла 711 KB
Количество установок 1,864
Текущая Версия 6.0.2
Последнее Обновление 2022-07-05
Дата публикации 2018-12-30
Рейтинг 3.80/5 Всего 49 оценок
Разработчик https://apostopher.com
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://apostopher.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crypto Price Tracker",
    "short_name": "CryptoTracker",
    "description": "The extension supports bitcoin, ether, ripple, monero, neo and many others. Never miss an opportunity to invest in cryptocurrencies.",
    "version": "6.0.2",
    "browser_action": {
        "default_icon": {
            "16": ".\/icons\/icon-16-logo.png",
            "32": ".\/icons\/icon-32-logo.png",
            "48": ".\/icons\/icon-48-logo.png",
            "96": ".\/icons\/icon-96-logo.png",
            "128": ".\/icons\/icon-128-logo.png",
            "256": ".\/icons\/icon-256-logo.png"
        }
    },
    "icons": {
        "16": ".\/icons\/icon-16-logo.png",
        "32": ".\/icons\/icon-32-logo.png",
        "48": ".\/icons\/icon-48-logo.png",
        "96": ".\/icons\/icon-96-logo.png",
        "128": ".\/icons\/icon-128-logo.png",
        "256": ".\/icons\/icon-256-logo.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "browser-polyfill.js",
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "notifications",
        "https:\/\/*.bitfinex.com\/*"
    ],
    "web_accessible_resources": [
        ".\/icons\/icon-256-logo.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/js.driftt.com 'sha256-hUJloS7fbjeRUiOBqA+agv1pfzF4trxP\/+hXfNinnJw='; object-src 'self'",
    "author": "Rahul Devaskar (https:\/\/apostopher.com)"
}