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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Show Transcript for YouTube
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } } |