BitCloutWOW - bitclout on twitter

Visualize bitclout data on twitter. Display bitclout profile information on twitter website.

Что такое BitCloutWOW - bitclout on twitter?

BitCloutWOW - bitclout on twitter - это расширение Chrome, разработанное bitcloutwow, и его основная функция - "Visualize bitclout data on twitter. Display bitclout profile information on twitter website.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения BitCloutWOW - bitclout on twitter

Скачайте файлы расширений BitCloutWOW - bitclout on twitter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        BitcloutWOW is a unofficial free chrome extension to integrate crowd sourced bitclout data on twitter.com
Free chrome extension that integrates crowd-sourced bitclout data on twitter's website. This extension collects crowd sourced data from Bitclout website (eg followers count, market cap, price etc) as you & others fellow bitclouters browse Bitclout site and overlays this information on top of twitter.                    

Основная информация о расширении

Название BitCloutWOW - bitclout on twitter BitCloutWOW - bitclout on twitter
ID pljnngphhkadegjpkajkcigimjdheedd
Официальный URL https://chromewebstore.google.com/detail/bitcloutwow-bitclout-on-t/pljnngphhkadegjpkajkcigimjdheedd
Описание Visualize bitclout data on twitter. Display bitclout profile information on twitter website.
Размер файла 261 KB
Количество установок 24
Текущая Версия 0.0.3
Последнее Обновление 2021-04-15
Дата публикации 2021-04-03
Рейтинг 5.00/5 Всего 1 оценок
Разработчик bitcloutwow
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.bitcloutwow.com
URL страницы помощи https://www.bitcloutwow.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "BitCloutWOW ",
    "name": "BitCloutWOW - bitclout on twitter",
    "description": "Visualize bitclout data on twitter. Display bitclout profile information on twitter website.",
    "version": "0.0.3",
    "author": "BitCloutWOW",
    "icons": {
        "48": "images\/diamonds.png"
    },
    "browser_action": {
        "default_title": "BitCloutWOW",
        "default_icon": {
            "19": "images\/diamonds.png",
            "20": "images\/diamonds.png",
            "38": "images\/diamonds.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.bitclout.com\/*",
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "scripts\/popup.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "*:\/\/*.bitclout.com\/*",
        "*:\/\/*.twitter.com\/*"
    ],
    "web_accessible_resources": [
        "*.png"
    ]
}