Crypto Sentiment
BTC Fear & Greed Index
Co to jest Crypto Sentiment?
Crypto Sentiment to rozszerzenie Chrome opracowane przez Sudhir Kumar Shahu, a jego główną funkcją jest „BTC Fear & Greed Index”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Crypto Sentiment
Pobierz pliki rozszerzeń Crypto Sentiment w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Crypto Sentiment |
ID | anicfbemdcgbepcdiekhgnbhipjhmbdn |
Oficjalny URL | https://chromewebstore.google.com/detail/crypto-sentiment/anicfbemdcgbepcdiekhgnbhipjhmbdn |
Opis | BTC Fear & Greed Index |
Rozmiar pliku | 23.41 KB |
Liczba instalacji | 53 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2022-01-11 |
Data Publikacji | 2022-01-11 |
Deweloper | Sudhir Kumar Shahu |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://alternative.me/crypto/fear-and-greed-index/ |
Obsługiwane Języki | 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" } |