Crypto Sentiment
BTC Fear & Greed Index
O que é Crypto Sentiment?
Crypto Sentiment é uma extensão do Chrome desenvolvida por Sudhir Kumar Shahu, e sua principal característica é "BTC Fear & Greed Index".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Crypto Sentiment
Baixe arquivos de extensão Crypto Sentiment no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Crypto Sentiment |
ID | anicfbemdcgbepcdiekhgnbhipjhmbdn |
URL Oficial | https://chromewebstore.google.com/detail/crypto-sentiment/anicfbemdcgbepcdiekhgnbhipjhmbdn |
Descrição | BTC Fear & Greed Index |
Tamanho do Arquivo | 23.41 KB |
Contagem de Instalações | 53 |
Versão Atual | 1.0.0 |
Última Atualização | 2022-01-11 |
Data de Publicação | 2022-01-11 |
Desenvolvedor | Sudhir Kumar Shahu |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://alternative.me/crypto/fear-and-greed-index/ |
Idiomas Suportados | 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" } |