Kin Price

Kin Price Monitor and other utilities around Kin

Что такое Kin Price?

Kin Price - это расширение Chrome, разработанное SkyFoxx Apps, и его основная функция - "Kin Price Monitor and other utilities around Kin".

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

screenshot

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

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

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

                        This is a Google Chrome extension that shows the price of Kin in USD and other currencies.


It will notify you if the price goes higher or lower than a defined price (or by default the last higher/lower price)                    

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

Название Kin Price Kin Price
ID lobahgpcojafclgplpiigflegkcnheak
Официальный URL https://chrome.google.com/webstore/detail/kin-price/lobahgpcojafclgplpiigflegkcnheak
Описание Kin Price Monitor and other utilities around Kin
Размер файла 24.78 KB
Количество установок 23
Текущая Версия 1.0
Последнее Обновление 2019-03-14
Дата публикации 2019-03-14
Рейтинг 5.00/5 Всего 1 оценок
Разработчик SkyFoxx Apps
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://hitwill.github.io/tipster-privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kin Price",
    "description": "Kin Price Monitor and other utilities around Kin",
    "version": "1.0",
    "content_security_policy": "script-src 'self' https:\/\/widgets.coingecko.com; object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "author": "hitwill",
    "icons": {
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "icon.png"
    ],
    "permissions": [
        "background",
        "notifications",
        "storage",
        "http:\/\/api.coinmarketcap.com\/",
        "http:\/\/www.ecb.europa.eu\/",
        "https:\/\/api.coinmarketcap.com\/",
        "https:\/\/widgets.coingecko.com\/coingecko-coin-price-chart-widget.js",
        "https:\/\/www.ecb.europa.eu\/"
    ]
}