Crypto Sentiment

BTC Fear & Greed Index

Qu'est-ce que Crypto Sentiment ?

Crypto Sentiment est une extension Chrome développée par Sudhir Kumar Shahu, et sa fonction principale est "BTC Fear & Greed Index".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Crypto Sentiment

Téléchargez les fichiers d'extension Crypto Sentiment au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Crypto Sentiment Crypto Sentiment
ID anicfbemdcgbepcdiekhgnbhipjhmbdn
URL Officiel https://chromewebstore.google.com/detail/crypto-sentiment/anicfbemdcgbepcdiekhgnbhipjhmbdn
Description BTC Fear & Greed Index
Taille du Fichier 23.41 KB
Nombre d'Installations 53
Version Actuelle 1.0.0
Dernière Mise à Jour 2022-01-11
Date de Publication 2022-01-11
Développeur Sudhir Kumar Shahu
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://alternative.me/crypto/fear-and-greed-index/
Langues Prises en Charge 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"
}