YouTube next chapter button

Adds a button to the YouTube player to fast-forward to the next section of the video

ما هو YouTube next chapter button؟

YouTube next chapter button هو إضافة Chrome تم تطويرها بواسطة Alex Kozack، والميزة الرئيسية لها هي "Adds a button to the YouTube player to fast-forward to the next section of the video".

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

screenshot

تحميل ملف CRX للإضافة YouTube next chapter button

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

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

                        This will work for all videos that have been labeled with chapters.                    

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

الاسم YouTube next chapter button YouTube next chapter button
ID dnhblfjgbcgeoiidbbhephfmhamfkeak
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-next-chapter-butt/dnhblfjgbcgeoiidbbhephfmhamfkeak
الوصف Adds a button to the YouTube player to fast-forward to the next section of the video
حجم الملف 21.94 KB
عدد التثبيتات 54
النسخة الحالية 2.0.2
آخر تحديث 2023-10-23
تاريخ النشر 2023-07-27
تقييم 5.00/5 مجموع تقييمات 2
المطور Alex Kozack
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.buymeacoffee.com/kozack
عنوان صفحة المساعدة https://github.com/cawa-93/youtube-forward-timeline/
اللغات المدعومة en,pl,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_APP_NAME__",
    "version": "2.0.2",
    "description": "__MSG_APP_DESCRIPTION__",
    "author": "Alex Kozack  (https:\/\/t.me\/kozack)",
    "homepage_url": "https:\/\/github.com\/cawa-93\/youtube-forward-timeline",
    "default_locale": "en",
    "icons": {
        "373": "YouTubeRewind.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{40ab1417-ef94-48d7-8726-6abe7d07b123}",
            "strict_min_version": "109.0"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}