YouTube Progress Bar Hider

Lightweight extension to hide the YouTube progress bar and video duration.

ما هو YouTube Progress Bar Hider؟

YouTube Progress Bar Hider هو إضافة Chrome تم تطويرها بواسطة Lolo Réel، والميزة الرئيسية لها هي "Lightweight extension to hide the YouTube progress bar and video duration.".

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

screenshot

تحميل ملف CRX للإضافة YouTube Progress Bar Hider

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

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

                        - No configuration
- No menu
- Lightweight (<10kb)                    

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

الاسم YouTube Progress Bar Hider YouTube Progress Bar Hider
ID oijcookiachipbcjfimdahgaacmmkpea
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-progress-bar-hide/oijcookiachipbcjfimdahgaacmmkpea
الوصف Lightweight extension to hide the YouTube progress bar and video duration.
حجم الملف 11.01 KB
عدد التثبيتات 133
النسخة الحالية 1.0
آخر تحديث 2023-09-09
تاريخ النشر 2020-09-20
تقييم 5.00/5 مجموع تقييمات 1
المطور Lolo Réel
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "yth.css"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "manifest_version": 2,
    "name": "YouTube Progress Bar Hider",
    "description": "Lightweight extension to hide the YouTube progress bar and video duration.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.0"
}