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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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\/" ] } |