Hide YouTube Comments

Hides all user comments on YouTube. There is no option or button to show the comments again.

ما هو Hide YouTube Comments؟

Hide YouTube Comments هو إضافة Chrome تم تطويرها بواسطة Extensions، والميزة الرئيسية لها هي "Hides all user comments on YouTube. There is no option or button to show the comments again.".

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

screenshot

تحميل ملف CRX للإضافة Hide YouTube Comments

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

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

                        Hides all user comments on YouTube. There is no option or button to show the comments again.                    

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

الاسم Hide YouTube Comments Hide YouTube Comments
ID hdlhdkchhhieipniibccdefnoobiaapf
عنوان URL الرسمي https://chrome.google.com/webstore/detail/hide-youtube-comments/hdlhdkchhhieipniibccdefnoobiaapf
الوصف Hides all user comments on YouTube. There is no option or button to show the comments again.
حجم الملف 9.26 KB
عدد التثبيتات 350
النسخة الحالية 2
آخر تحديث 2023-03-19
تاريخ النشر 2021-03-31
تقييم 5.00/5 مجموع تقييمات 16
المطور Extensions
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية http://sites.google.com/view/capcut-privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide YouTube Comments",
    "version": "2",
    "manifest_version": 2,
    "content_scripts": [
        {
            "css": [
                "youtube.css"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png"
    }
}