Crypto Sentiment

BTC Fear & Greed Index

¿Qué es Crypto Sentiment?

Crypto Sentiment es una extensión de Chrome desarrollada por Sudhir Kumar Shahu, y su función principal es "BTC Fear & Greed Index".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Crypto Sentiment

Descarga archivos de extensión Crypto Sentiment en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Crypto Sentiment Crypto Sentiment
ID anicfbemdcgbepcdiekhgnbhipjhmbdn
URL Oficial https://chromewebstore.google.com/detail/crypto-sentiment/anicfbemdcgbepcdiekhgnbhipjhmbdn
Descripción BTC Fear & Greed Index
Tamaño del Archivo 23.41 KB
Cantidad de Instalaciones 53
Versión Actual 1.0.0
Última Actualización 2022-01-11
Fecha de Publicación 2022-01-11
Desarrollador Sudhir Kumar Shahu
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://alternative.me/crypto/fear-and-greed-index/
Idiomas Soportados 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"
}