YouTube™中文字幕
点击一下即可开启中文字幕,适用于YouTube™
What is YouTube™中文字幕?
YouTube™中文字幕 is a Chrome extension developed by jiayq007, and its main feature is "点击一下即可开启中文字幕,适用于YouTube™".
Extension Screenshots
Download YouTube™中文字幕 Extension CRX File
Download YouTube™中文字幕 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
不必多次点击翻译成中文字幕,点击一下即可开启中文字幕和语音,适用于YouTube™
Extension Basic Information
Name | YouTube™中文字幕 |
ID | hlbaohedidomedckdalfaggpbcmnajdh |
Official URL | https://chromewebstore.google.com/detail/youtube%E4%B8%AD%E6%96%87%E5%AD%97%E5%B9%95/hlbaohedidomedckdalfaggpbcmnajdh |
Description | 点击一下即可开启中文字幕,适用于YouTube™ |
File Size | 24.31 KB |
Installation Count | 8,000 |
Current Version | 1.4.5 |
Last Updated | 2024-01-26 |
Publish Date | 2020-07-26 |
Rating | 4.53/5 Total 17 Ratings |
Developer | jiayq007 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/land007/YouTube_captions_1.4.2.crx |
Help Page URL | https://github.com/land007/YouTube_captions_1.4.2.crx/issues |
Privacy Policy Page URL | https://docs.google.com/document/d/1GFbd6Ry87nol9-JSidIu_fgDtbJsVZFIwXjcwTT6e9c/edit?usp=sharing |
Supported Languages | 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": [ " |