Crypto Sentiment

BTC Fear & Greed Index

Crypto Sentiment là gì?

Crypto Sentiment là một tiện ích mở rộng Chrome được phát triển bởi Sudhir Kumar Shahu, và tính năng chính của nó là "BTC Fear & Greed Index".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Crypto Sentiment

Tải xuống các tệp mở rộng Crypto Sentiment dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Crypto Sentiment Crypto Sentiment
ID anicfbemdcgbepcdiekhgnbhipjhmbdn
URL Chính Thức https://chromewebstore.google.com/detail/crypto-sentiment/anicfbemdcgbepcdiekhgnbhipjhmbdn
Mô tả BTC Fear & Greed Index
Kích Thước Tệp 23.41 KB
Số Lần Cài Đặt 53
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-01-11
Ngày Phát Hành 2022-01-11
Nhà Phát Triển Sudhir Kumar Shahu
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://alternative.me/crypto/fear-and-greed-index/
Ngôn Ngữ Được Hỗ Trợ 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"
}