Nimo.tv Plus

Improved Nimo.tv interface, with less visual clutter and improvements. Nimo.tv Plus is not operated, sponsored or affiliated with…

ما هو Nimo.tv Plus؟

Nimo.tv Plus هو إضافة Chrome تم تطويرها بواسطة Capelinha، والميزة الرئيسية لها هي "Improved Nimo.tv interface, with less visual clutter and improvements. Nimo.tv Plus is not operated, sponsored or affiliated with…".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Nimo.tv Plus

قم بتنزيل ملفات الامتداد Nimo.tv Plus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Improvements in the design of the Nimo.tv live platform, removal of exaggerated popups, addition of colors to nicknames, quick reply button to messages and button to hide chat. Make Nimo.tv more like Twitch and make your migration easier.                    

معلومات أساسية عن التمديد

الاسم Nimo.tv Plus Nimo.tv Plus
ID ajlmalinjdbkamfgjbamebnjeejbkkil
عنوان URL الرسمي https://chromewebstore.google.com/detail/nimotv-plus/ajlmalinjdbkamfgjbamebnjeejbkkil
الوصف Improved Nimo.tv interface, with less visual clutter and improvements. Nimo.tv Plus is not operated, sponsored or affiliated with…
حجم الملف 34.19 KB
عدد التثبيتات 2,692
النسخة الحالية 1.3
آخر تحديث 2022-03-05
تاريخ النشر 2021-10-24
تقييم 4.69/5 مجموع تقييمات 13
المطور Capelinha
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/Capelinha/nimo-clean-layout
اللغات المدعومة en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.3",
    "description": "__MSG_appDesc__",
    "default_locale": "pt_BR",
    "permissions": [
        "https:\/\/*.nimo.tv\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.nimo.tv\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "manifest_version": 2
}