Highlights for YouTube

View highlights on the video player, that are generated from timestamps found in the description and top comments.

ما هو Highlights for YouTube؟

Highlights for YouTube هو إضافة Chrome تم تطويرها بواسطة Ermag، والميزة الرئيسية لها هي "View highlights on the video player, that are generated from timestamps found in the description and top comments.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Highlights for YouTube

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

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

                        UPDATE: Added controls for navigating between highlights.

See chapters or interesting moments without the need to scroll to the comment/description section. You can toggle the highlights directly from the video player options.

Note: Not all videos will have highlights on them since they are generated from timestamps. Feedback is greatly appreciated!

YouTube is a trademark of Google Inc.                    

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

الاسم Highlights for YouTube Highlights for YouTube
ID jahmafmcpgdedfjfknmfkhaiejlfdcfc
عنوان URL الرسمي https://chromewebstore.google.com/detail/highlights-for-youtube/jahmafmcpgdedfjfknmfkhaiejlfdcfc
الوصف View highlights on the video player, that are generated from timestamps found in the description and top comments.
حجم الملف 41.6 KB
عدد التثبيتات 1,797
النسخة الحالية 2.8
آخر تحديث 2021-12-21
تاريخ النشر 2020-06-07
تقييم 4.62/5 مجموع تقييمات 13
المطور Ermag
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Highlights for YouTube",
    "version": "2.8",
    "description": "View highlights on the video player, that are generated from timestamps found in the description and top comments.",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "tippy.all.min.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}