Crypto Sentiment

BTC Fear & Greed Index

Hvad er Crypto Sentiment?

Crypto Sentiment er en Chrome-udvidelse udviklet af Sudhir Kumar Shahu, og dens hovedfunktion er "BTC Fear & Greed Index".

Udvidelsesskærmbilleder

screenshot

Download Crypto Sentiment-udvidelses-CRX-fil

Download Crypto Sentiment-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Crypto Sentiment Crypto Sentiment
ID anicfbemdcgbepcdiekhgnbhipjhmbdn
Officiel URL https://chromewebstore.google.com/detail/crypto-sentiment/anicfbemdcgbepcdiekhgnbhipjhmbdn
Beskrivelse BTC Fear & Greed Index
Filstørrelse 23.41 KB
Antal Installationer 53
Nuværende Version 1.0.0
Senest Opdateret 2022-01-11
Udgivelsesdato 2022-01-11
Udvikler Sudhir Kumar Shahu
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://alternative.me/crypto/fear-and-greed-index/
Understøttede Sprog 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"
}