Crypto Sentiment
BTC Fear & Greed Index
Crypto Sentiment란 무엇입니까?
Crypto Sentiment은(는) Sudhir Kumar Shahu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "BTC Fear & Greed Index"입니다.
확장 프로그램 스크린샷
Crypto Sentiment 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } |