Kin Price

Kin Price Monitor and other utilities around Kin

Cos'è Kin Price?

Kin Price è un'estensione di Chrome sviluppata da SkyFoxx Apps, e la sua funzione principale è "Kin Price Monitor and other utilities around Kin".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Kin Price

Scarica i file di estensione Kin Price in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome Kin Price Kin Price
ID lobahgpcojafclgplpiigflegkcnheak
URL Ufficiale https://chrome.google.com/webstore/detail/kin-price/lobahgpcojafclgplpiigflegkcnheak
Descrizione Kin Price Monitor and other utilities around Kin
Dimensione del File 24.78 KB
Conteggio Installazioni 23
Versione Corrente 1.0
Ultimo Aggiornamento 2019-03-14
Data di Pubblicazione 2019-03-14
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore SkyFoxx Apps
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://hitwill.github.io/tipster-privacy-policy
Lingue Supportate 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\/"
    ]
}