Crypto Sentiment
BTC Fear & Greed Index
Cos'è Crypto Sentiment?
Crypto Sentiment è un'estensione di Chrome sviluppata da Sudhir Kumar Shahu, e la sua funzione principale è "BTC Fear & Greed Index".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Crypto Sentiment
Scarica i file di estensione Crypto Sentiment in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Crypto Sentiment |
ID | anicfbemdcgbepcdiekhgnbhipjhmbdn |
URL Ufficiale | https://chromewebstore.google.com/detail/crypto-sentiment/anicfbemdcgbepcdiekhgnbhipjhmbdn |
Descrizione | BTC Fear & Greed Index |
Dimensione del File | 23.41 KB |
Conteggio Installazioni | 53 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2022-01-11 |
Data di Pubblicazione | 2022-01-11 |
Sviluppatore | Sudhir Kumar Shahu |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://alternative.me/crypto/fear-and-greed-index/ |
Lingue Supportate | 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" } |