Auto Show Transcript for YouTube

Automatically shows transcript when watching YouTube videos.

Auto Show Transcript for YouTube là gì?

Auto Show Transcript for YouTube là một tiện ích mở rộng Chrome được phát triển bởi jesseblackdeveloper, và tính năng chính của nó là "Automatically shows transcript when watching YouTube videos.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Auto Show Transcript for YouTube

Tải xuống các tệp mở rộng Auto Show Transcript for YouTube dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Auto Show Transcript for YouTube Auto Show Transcript for YouTube
ID ilfmalhfkahgpebchmdkldpgbkfhglip
URL Chính Thức https://chromewebstore.google.com/detail/auto-show-transcript-for/ilfmalhfkahgpebchmdkldpgbkfhglip
Mô tả Automatically shows transcript when watching YouTube videos.
Kích Thước Tệp 25.29 KB
Số Lần Cài Đặt 456
Phiên Bản Hiện Tại 1.0.0.2
Cập Nhật Lần Cuối 2023-03-21
Ngày Phát Hành 2023-03-20
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển jesseblackdeveloper
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}