BNTV

Enhances Nimo with new features,emotes and more.

什么是BNTV?

BNTV是由mfilali455开发的Chrome扩展程序,该扩展的主要功能是“Enhances Nimo with new features,emotes and more.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载BNTV扩展crx文件

下载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"
        }
    ]
}