YouTube™ Chat Remover

Removes YouTube's live chat box

ما هو YouTube™ Chat Remover؟

YouTube™ Chat Remover هو إضافة Chrome تم تطويرها بواسطة nikosardas.dev، والميزة الرئيسية لها هي "Removes YouTube's live chat box".

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

تحميل ملف CRX للإضافة YouTube™ Chat Remover

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

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

                        A toggle button for hiding YouTube's live chat box by default.                    

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

الاسم YouTube™ Chat Remover YouTube™ Chat Remover
ID epifmfofapbgjhakoppjalnhkciakpgj
عنوان URL الرسمي https://chrome.google.com/webstore/detail/youtube-chat-remover/epifmfofapbgjhakoppjalnhkciakpgj
الوصف Removes YouTube's live chat box
حجم الملف 10.42 KB
عدد التثبيتات 143
النسخة الحالية 1.4.2
آخر تحديث 2022-02-09
تاريخ النشر 2019-09-18
تقييم 4.00/5 مجموع تقييمات 4
المطور nikosardas.dev
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://sites.google.com/view/nikosardas-dev/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube\u2122 Chat Remover",
    "manifest_version": 3,
    "version": "1.4.2",
    "description": "Removes YouTube's live chat box",
    "icons": {
        "128": "onIcon.png"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "action": {
        "default_icon": "onIcon.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/"
    ]
}