Kin Price

Kin Price Monitor and other utilities around Kin

Wat is Kin Price?

Kin Price is een Chrome-extensie ontwikkeld door SkyFoxx Apps, en de belangrijkste functie is "Kin Price Monitor and other utilities around Kin".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Kin Price

Download Kin Price-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam Kin Price Kin Price
ID lobahgpcojafclgplpiigflegkcnheak
Officiële URL https://chrome.google.com/webstore/detail/kin-price/lobahgpcojafclgplpiigflegkcnheak
Beschrijving Kin Price Monitor and other utilities around Kin
Bestandsgrootte 24.78 KB
Aantal Installaties 23
Huidige Versie 1.0
Laatst Bijgewerkt 2019-03-14
Publicatiedatum 2019-03-14
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar SkyFoxx Apps
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://hitwill.github.io/tipster-privacy-policy
Ondersteunde Talen 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\/"
    ]
}