Kin Price

Kin Price Monitor and other utilities around Kin

Co to jest Kin Price?

Kin Price to rozszerzenie Chrome opracowane przez SkyFoxx Apps, a jego główną funkcją jest „Kin Price Monitor and other utilities around Kin”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Kin Price

Pobierz pliki rozszerzeń Kin Price w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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)                    

Podstawowe informacje o rozszerzeniu

Nazwa Kin Price Kin Price
ID lobahgpcojafclgplpiigflegkcnheak
Oficjalny URL https://chrome.google.com/webstore/detail/kin-price/lobahgpcojafclgplpiigflegkcnheak
Opis Kin Price Monitor and other utilities around Kin
Rozmiar pliku 24.78 KB
Liczba instalacji 23
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-03-14
Data Publikacji 2019-03-14
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper SkyFoxx Apps
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://hitwill.github.io/tipster-privacy-policy
Obsługiwane Języki 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\/"
    ]
}