Kin Price

Kin Price Monitor and other utilities around Kin

Hvad er Kin Price?

Kin Price er en Chrome-udvidelse udviklet af SkyFoxx Apps, og dens hovedfunktion er "Kin Price Monitor and other utilities around Kin".

Udvidelsesskærmbilleder

screenshot

Download Kin Price-udvidelses-CRX-fil

Download Kin Price-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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)                    

Grundlæggende oplysninger om udvidelsen

Navn Kin Price Kin Price
ID lobahgpcojafclgplpiigflegkcnheak
Officiel URL https://chrome.google.com/webstore/detail/kin-price/lobahgpcojafclgplpiigflegkcnheak
Beskrivelse Kin Price Monitor and other utilities around Kin
Filstørrelse 24.78 KB
Antal Installationer 23
Nuværende Version 1.0
Senest Opdateret 2019-03-14
Udgivelsesdato 2019-03-14
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler SkyFoxx Apps
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://hitwill.github.io/tipster-privacy-policy
Understøttede Sprog 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\/"
    ]
}