YouTube™中文字幕
点击一下即可开启中文字幕,适用于YouTube™
YouTube™中文字幕คืออะไร?
YouTube™中文字幕 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jiayq007 และคุณลักษณะหลักของมันคือ "点击一下即可开启中文字幕,适用于YouTube™"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube™中文字幕
ดาวน์โหลดไฟล์ส่วนขยาย YouTube™中文字幕 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
不必多次点击翻译成中文字幕,点击一下即可开启中文字幕和语音,适用于YouTube™
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YouTube™中文字幕 |
ID | hlbaohedidomedckdalfaggpbcmnajdh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube%E4%B8%AD%E6%96%87%E5%AD%97%E5%B9%95/hlbaohedidomedckdalfaggpbcmnajdh |
คำอธิบาย | 点击一下即可开启中文字幕,适用于YouTube™ |
ขนาดไฟล์ | 24.31 KB |
จำนวนการติดตั้ง | 8,000 |
เวอร์ชันปัจจุบัน | 1.4.5 |
อัปเดตครั้งล่าสุด | 2024-01-26 |
วันที่เผยแพร่ | 2020-07-26 |
คะแนน | 4.53/5 รวมทั้งหมด 17 คะแนน |
ผู้พัฒนา | jiayq007 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/land007/YouTube_captions_1.4.2.crx |
URL หน้าช่วยเหลือ | https://github.com/land007/YouTube_captions_1.4.2.crx/issues |
URL หน้านโยบายความเป็นส่วนตัว | https://docs.google.com/document/d/1GFbd6Ry87nol9-JSidIu_fgDtbJsVZFIwXjcwTT6e9c/edit?usp=sharing |
ภาษาที่รองรับ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube\u2122\u4e2d\u6587\u5b57\u5e55", "version": "1.4.5", "manifest_version": 3, "description": "\u70b9\u51fb\u4e00\u4e0b\u5373\u53ef\u5f00\u542f\u4e2d\u6587\u5b57\u5e55,\u9002\u7528\u4e8eYouTube\u2122", "author": "Dengrc", "permissions": [ "storage" ], "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": { "128": "images\/icon128.png" }, "default_title": "YouTube\u2122\u4e2d\u6587\u5b57\u5e55" }, "icons": { "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "js\/content.js" ], "run_at": "document_start", "all_frames": true }, { "js": [ "js\/contentScript.js" ], "matches": [ "https:\/\/www.youtube.com\/watch*" ] } ], "web_accessible_resources": [ { "resources": [ "js\/injected.js", "js\/xhook.min.js", "js\/ytplayer.js" ], "matches": [ " |