Crypto Sentiment

BTC Fear & Greed Index

Wat is Crypto Sentiment?

Crypto Sentiment is een Chrome-extensie ontwikkeld door Sudhir Kumar Shahu, en de belangrijkste functie is "BTC Fear & Greed Index".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Crypto Sentiment

Download Crypto Sentiment-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Crypto Sentiment Crypto Sentiment
ID anicfbemdcgbepcdiekhgnbhipjhmbdn
Officiële URL https://chromewebstore.google.com/detail/crypto-sentiment/anicfbemdcgbepcdiekhgnbhipjhmbdn
Beschrijving BTC Fear & Greed Index
Bestandsgrootte 23.41 KB
Aantal Installaties 53
Huidige Versie 1.0.0
Laatst Bijgewerkt 2022-01-11
Publicatiedatum 2022-01-11
Ontwikkelaar Sudhir Kumar Shahu
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://alternative.me/crypto/fear-and-greed-index/
Ondersteunde Talen 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"
}