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
公式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
Eメール [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"
    }
}