Auto Show Transcript for YouTube

Automatically shows transcript when watching YouTube videos.

ما هو Auto Show Transcript for YouTube؟

Auto Show Transcript for YouTube هو إضافة Chrome تم تطويرها بواسطة jesseblackdeveloper، والميزة الرئيسية لها هي "Automatically shows transcript when watching YouTube videos.".

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

screenshot

تحميل ملف CRX للإضافة Auto Show Transcript for YouTube

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

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

                        I always open the transcript sidebar on YouTube while watching videos, and it gets tedious to select the menu and click "Show transcript" on each video. For whatever reason there is no built-in option to always show transcript, so if you are in the same situation, this extension automatically opens the transcript sidebar on YouTube.                    

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

الاسم Auto Show Transcript for YouTube Auto Show Transcript for YouTube
ID ilfmalhfkahgpebchmdkldpgbkfhglip
عنوان URL الرسمي https://chromewebstore.google.com/detail/auto-show-transcript-for/ilfmalhfkahgpebchmdkldpgbkfhglip
الوصف Automatically shows transcript when watching YouTube videos.
حجم الملف 25.29 KB
عدد التثبيتات 456
النسخة الحالية 1.0.0.2
آخر تحديث 2023-03-21
تاريخ النشر 2023-03-20
تقييم 3.67/5 مجموع تقييمات 3
المطور jesseblackdeveloper
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Show Transcript for YouTube",
    "version": "1.0.0.2",
    "description": "Automatically shows transcript when watching YouTube videos.",
    "host_permissions": [
        "https:\/\/www.youtube.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}