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 |
| Eメール | [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"
} | |