Cryptocurrency Price Notification
Allow track cryptocurrency price
ما هو Cryptocurrency Price Notification؟
Cryptocurrency Price Notification هو إضافة Chrome تم تطويرها بواسطة livecode1986one، والميزة الرئيسية لها هي "Allow track cryptocurrency price".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cryptocurrency Price Notification
قم بتنزيل ملفات الامتداد Cryptocurrency Price Notification بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Cryptocurrency Price Notification - allows you to track the price of cryptocurrency and notify when the price reaches the set value.
معلومات أساسية عن التمديد
الاسم | Cryptocurrency Price Notification |
ID | dcfjoaoabdlhiiohaamdngkicdjipffo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cryptocurrency-price-noti/dcfjoaoabdlhiiohaamdngkicdjipffo |
الوصف | Allow track cryptocurrency price |
حجم الملف | 788 KB |
عدد التثبيتات | 63 |
النسخة الحالية | 1.0.6 |
آخر تحديث | 2021-04-06 |
تاريخ النشر | 2021-04-03 |
المطور | livecode1986one |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | de,en,fr,es,it,ru,ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Allow track cryptocurrency price", "version": "1.0.6", "manifest_version": 2, "default_locale": "en", "name": "Cryptocurrency Price Notification", "background": { "scripts": [ "background.bundle.js" ], "persistent": true }, "browser_action": { "default_title": "Cryptocurrency Price Notification", "default_icon": "icon-34.png", "default_popup": "popup.html" }, "icons": { "128": "icon-128.png" }, "permissions": [ "background" ] } |