BNTV

Enhances Nimo with new features,emotes and more.

Что такое BNTV?

BNTV - это расширение Chrome, разработанное mfilali455, и его основная функция - "Enhances Nimo with new features,emotes and more.".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения BNTV

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

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

                        new extension for improving nimo.tv chat with some funny emotes aswell as making smooth communication between users                    

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

Название BNTV BNTV
ID gbmieajbdicifppidjoninokjomnaglg
Официальный URL https://chrome.google.com/webstore/detail/bntv/gbmieajbdicifppidjoninokjomnaglg
Описание Enhances Nimo with new features,emotes and more.
Размер файла 20.21 KB
Количество установок 788
Текущая Версия 3.1.3
Последнее Обновление 2021-02-25
Дата публикации 2021-01-15
Рейтинг 4.33/5 Всего 6 оценок
Разработчик mfilali455
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BNTV",
    "version": "3.1.3",
    "description": "Enhances Nimo with new features,emotes and more.",
    "icons": {
        "16": "icons\/BNTV16.png",
        "48": "icons\/BNTV48.png",
        "128": "icons\/BNTV128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.nimo.tv\/*"
            ],
            "js": [
                "scripts\/BNTV_MentionChat.js",
                "scripts\/BNTV_MentionEmote.js",
                "scripts\/BNTV_OtherScripts.js",
                "scripts\/BNTV_Script.js"
            ],
            "css": [
                "styles\/BNTV_Style_tooltip.css",
                "styles\/BNTV_Style.css",
                "styles\/BNTV_Style_CB.css"
            ],
            "run_at": "document_end"
        }
    ]
}