Youtube Subtitle Navigation

To help to navigate the video via subtitles

ما هو Youtube Subtitle Navigation؟

Youtube Subtitle Navigation هو إضافة Chrome تم تطويرها بواسطة 915522927، والميزة الرئيسية لها هي "To help to navigate the video via subtitles".

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

screenshot

تحميل ملف CRX للإضافة Youtube Subtitle Navigation

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

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

                        To show the youtube subtitles in a scroll view. And you can click the subtitle to navigate to any point of the video                    

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

الاسم Youtube Subtitle Navigation Youtube Subtitle Navigation
ID mnmncjbohjbmlcjfledohhdbjgmpdgmp
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-subtitle-navigati/mnmncjbohjbmlcjfledohhdbjgmpdgmp
الوصف To help to navigate the video via subtitles
حجم الملف 950 KB
عدد التثبيتات 49
النسخة الحالية 0.0.0.2
آخر تحديث 2022-06-14
تاريخ النشر 2022-06-14
تقييم 5.00/5 مجموع تقييمات 3
المطور 915522927
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/qq915522927/youtube-subtiltle-scroller-plugin
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube Subtitle Navigation",
    "version": "0.0.0.2",
    "description": "To help to navigate the video via subtitles",
    "icons": {
        "32": "icons\/logo32.png",
        "128": "icons\/logo128.png",
        "512": "icons\/logo512.png"
    },
    "permissions": [
        "https:\/\/*.youtube.com\/*"
    ],
    "background": {
        "service_worker": ".\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                ".\/foreground.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "bootstrap-icons.woff",
                "bootstrap-icons.woff2"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ]
}