Auto Show Transcript for YouTube

Automatically shows transcript when watching YouTube videos.

什麼是Auto Show Transcript for YouTube?

Auto Show Transcript for YouTube是由jesseblackdeveloper開發的Chrome擴展程式,該擴展的主要功能是“Automatically shows transcript when watching YouTube videos.”。

擴展截圖

screenshot

下載Auto Show Transcript for YouTube擴展crx文件

下載Auto Show Transcript for YouTube擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}