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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } |