Crypto Sentiment
BTC Fear & Greed Index
What is Crypto Sentiment?
Crypto Sentiment is a Chrome extension developed by Sudhir Kumar Shahu, and its main feature is "BTC Fear & Greed Index".
Extension Screenshots
Download Crypto Sentiment Extension CRX File
Download Crypto Sentiment extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Crypto Sentiment |
ID | anicfbemdcgbepcdiekhgnbhipjhmbdn |
Official URL | https://chromewebstore.google.com/detail/crypto-sentiment/anicfbemdcgbepcdiekhgnbhipjhmbdn |
Description | BTC Fear & Greed Index |
File Size | 23.41 KB |
Installation Count | 53 |
Current Version | 1.0.0 |
Last Updated | 2022-01-11 |
Publish Date | 2022-01-11 |
Developer | Sudhir Kumar Shahu |
[email protected] | |
Payment Type | free |
Extension Website | https://alternative.me/crypto/fear-and-greed-index/ |
Supported Languages | 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" } |