Crypto Sentiment
BTC Fear & Greed Index
ما هو Crypto Sentiment؟
Crypto Sentiment هو إضافة Chrome تم تطويرها بواسطة Sudhir Kumar Shahu، والميزة الرئيسية لها هي "BTC Fear & Greed Index".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Crypto Sentiment
قم بتنزيل ملفات الامتداد Crypto Sentiment بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The extension shows "BTC Fear & Greed Index" value sourced from Alternative.me which is a sentiment index regarding crypto market. It helps in understanding the current market sentiments.
معلومات أساسية عن التمديد
الاسم | Crypto Sentiment |
ID | anicfbemdcgbepcdiekhgnbhipjhmbdn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/crypto-sentiment/anicfbemdcgbepcdiekhgnbhipjhmbdn |
الوصف | BTC Fear & Greed Index |
حجم الملف | 23.41 KB |
عدد التثبيتات | 53 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2022-01-11 |
تاريخ النشر | 2022-01-11 |
المطور | Sudhir Kumar Shahu |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://alternative.me/crypto/fear-and-greed-index/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Sudhir Kumar Shahu", "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "icons\/crypto_sentiment_16.png", "38": "icons\/crypto_sentiment_38.png" }, "default_title": "Crypto Sentiment Index" }, "description": "BTC Fear & Greed Index", "icons": { "128": "icons\/crypto_sentiment_128.png", "16": "icons\/crypto_sentiment_16.png", "48": "icons\/crypto_sentiment_48.png" }, "manifest_version": 2, "name": "Crypto Sentiment", "permissions": [ "alarms", "tabs", "*:\/\/api.alternative.me\/" ], "version": "1.0.0" } |