Crypto Sentiment

BTC Fear & Greed Index

Apa itu Crypto Sentiment?

Crypto Sentiment adalah ekstensi Chrome yang dikembangkan oleh Sudhir Kumar Shahu, dan fitur utamanya adalah "BTC Fear & Greed Index".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Crypto Sentiment

Unduh file ekstensi Crypto Sentiment dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Crypto Sentiment Crypto Sentiment
ID anicfbemdcgbepcdiekhgnbhipjhmbdn
URL Resmi https://chromewebstore.google.com/detail/crypto-sentiment/anicfbemdcgbepcdiekhgnbhipjhmbdn
Deskripsi BTC Fear & Greed Index
Ukuran File 23.41 KB
Jumlah Instalasi 53
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2022-01-11
Tanggal Publikasi 2022-01-11
Pengembang Sudhir Kumar Shahu
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://alternative.me/crypto/fear-and-greed-index/
Bahasa yang Didukung 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"
}