Crypto Sentiment
BTC Fear & Greed Index
Что такое Crypto Sentiment?
Crypto Sentiment - это расширение Chrome, разработанное Sudhir Kumar Shahu, и его основная функция - "BTC Fear & Greed Index".
Снимки экрана расширения
Скачать файл CRX расширения Crypto Sentiment
Скачайте файлы расширений Crypto Sentiment в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Crypto Sentiment |
ID | anicfbemdcgbepcdiekhgnbhipjhmbdn |
Официальный URL | https://chromewebstore.google.com/detail/crypto-sentiment/anicfbemdcgbepcdiekhgnbhipjhmbdn |
Описание | BTC Fear & Greed Index |
Размер файла | 23.41 KB |
Количество установок | 53 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2022-01-11 |
Дата публикации | 2022-01-11 |
Разработчик | Sudhir Kumar Shahu |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://alternative.me/crypto/fear-and-greed-index/ |
Поддерживаемые языки | 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" } |