Crypto Sentiment
BTC Fear & Greed Index
什麼是Crypto Sentiment?
Crypto Sentiment是由Sudhir Kumar Shahu開發的Chrome擴展程式,該擴展的主要功能是“BTC Fear & Greed Index”。
擴展截圖
下載Crypto Sentiment擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | anicfbemdcgbepcdiekhgnbhipjhmbdn |
| 官方網址 | 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"
} | |