Crypto Sentiment
BTC Fear & Greed Index
Co je Crypto Sentiment?
Crypto Sentiment je rozšíření Chrome vyvinuté Sudhir Kumar Shahu, a jeho hlavní funkcí je „BTC Fear & Greed Index“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Crypto Sentiment
Stáhněte si soubory rozšíření Crypto Sentiment ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | anicfbemdcgbepcdiekhgnbhipjhmbdn |
| Oficiální URL | https://chromewebstore.google.com/detail/crypto-sentiment/anicfbemdcgbepcdiekhgnbhipjhmbdn |
| Popis | BTC Fear & Greed Index |
| Velikost souboru | 23.41 KB |
| Počet instalací | 53 |
| Aktuální Verze | 1.0.0 |
| Poslední Aktualizace | 2022-01-11 |
| Datum Vydání | 2022-01-11 |
| Vývojář | Sudhir Kumar Shahu |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | https://alternative.me/crypto/fear-and-greed-index/ |
| Podporované Jazyky | 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"
} | |