Kin Price
Kin Price Monitor and other utilities around Kin
Τι είναι το Kin Price;
Το Kin Price είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον SkyFoxx Apps, και η κύρια λειτουργία του είναι "Kin Price Monitor and other utilities around Kin".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Kin Price
Λήψη αρχείων επέκτασης Kin Price σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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)
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | lobahgpcojafclgplpiigflegkcnheak |
Επίσημο URL | https://chrome.google.com/webstore/detail/kin-price/lobahgpcojafclgplpiigflegkcnheak |
Περιγραφή | Kin Price Monitor and other utilities around Kin |
Μέγεθος Αρχείου | 24.78 KB |
Αριθμός Εγκαταστάσεων | 23 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2019-03-14 |
Ημερομηνία Δημοσίευσης | 2019-03-14 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | SkyFoxx Apps |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://hitwill.github.io/tipster-privacy-policy |
Υποστηριζόμενες Γλώσσες | 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\/" ] } |