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
Eメール [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"
        }
    ]
}