Kin Price

Kin Price Monitor and other utilities around Kin

Qu'est-ce que Kin Price ?

Kin Price est une extension Chrome développée par SkyFoxx Apps, et sa fonction principale est "Kin Price Monitor and other utilities around Kin".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Kin Price

Téléchargez les fichiers d'extension Kin Price au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom Kin Price Kin Price
ID lobahgpcojafclgplpiigflegkcnheak
URL Officiel https://chrome.google.com/webstore/detail/kin-price/lobahgpcojafclgplpiigflegkcnheak
Description Kin Price Monitor and other utilities around Kin
Taille du Fichier 24.78 KB
Nombre d'Installations 23
Version Actuelle 1.0
Dernière Mise à Jour 2019-03-14
Date de Publication 2019-03-14
Évaluation 5.00/5 Total 1 Évaluations
Développeur SkyFoxx Apps
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://hitwill.github.io/tipster-privacy-policy
Langues Prises en Charge 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\/"
    ]
}