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 |
| 官方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"
} | |