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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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