Crypto Sentiment

BTC Fear & Greed Index

Was ist Crypto Sentiment?

Crypto Sentiment ist eine Chrome-Erweiterung, die von Sudhir Kumar Shahu entwickelt wurde, und ihr Hauptmerkmal ist "BTC Fear & Greed Index".

Erweiterungsscreenshots

screenshot

Crypto Sentiment-Erweiterungs-CRX-Datei herunterladen

Laden Sie Crypto Sentiment-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Crypto Sentiment Crypto Sentiment
ID anicfbemdcgbepcdiekhgnbhipjhmbdn
Offizielle URL https://chromewebstore.google.com/detail/crypto-sentiment/anicfbemdcgbepcdiekhgnbhipjhmbdn
Beschreibung BTC Fear & Greed Index
Dateigröße 23.41 KB
Installationsanzahl 53
Aktuelle Version 1.0.0
Letztes Update 2022-01-11
Veröffentlichungsdatum 2022-01-11
Entwickler Sudhir Kumar Shahu
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://alternative.me/crypto/fear-and-greed-index/
Unterstützte Sprachen 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"
}