Kin Price
Kin Price Monitor and other utilities around Kin
Apa itu Kin Price?
Kin Price adalah ekstensi Chrome yang dikembangkan oleh SkyFoxx Apps, dan fitur utamanya adalah "Kin Price Monitor and other utilities around Kin".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Kin Price
Unduh file ekstensi Kin Price dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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)
Informasi Dasar Ekstensi
Nama | |
ID | lobahgpcojafclgplpiigflegkcnheak |
URL Resmi | https://chrome.google.com/webstore/detail/kin-price/lobahgpcojafclgplpiigflegkcnheak |
Deskripsi | Kin Price Monitor and other utilities around Kin |
Ukuran File | 24.78 KB |
Jumlah Instalasi | 23 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2019-03-14 |
Tanggal Publikasi | 2019-03-14 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | SkyFoxx Apps |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://hitwill.github.io/tipster-privacy-policy |
Bahasa yang Didukung | 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\/" ] } |