Kin Price
Kin Price Monitor and other utilities around Kin
Co je Kin Price?
Kin Price je rozšíření Chrome vyvinuté SkyFoxx Apps, a jeho hlavní funkcí je „Kin Price Monitor and other utilities around Kin“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Kin Price
Stáhněte si soubory rozšíření Kin Price ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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)
Základní Informace o Rozšíření
Název | |
ID | lobahgpcojafclgplpiigflegkcnheak |
Oficiální URL | https://chrome.google.com/webstore/detail/kin-price/lobahgpcojafclgplpiigflegkcnheak |
Popis | Kin Price Monitor and other utilities around Kin |
Velikost souboru | 24.78 KB |
Počet instalací | 23 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2019-03-14 |
Datum Vydání | 2019-03-14 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | SkyFoxx Apps |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://hitwill.github.io/tipster-privacy-policy |
Podporované Jazyky | 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\/" ] } |