YouTube™中文字幕
点击一下即可开启中文字幕,适用于YouTube™
YouTube™中文字幕란 무엇입니까?
YouTube™中文字幕은(는) jiayq007에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "点击一下即可开启中文字幕,适用于YouTube™"입니다.
확장 프로그램 스크린샷
YouTube™中文字幕 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
不必多次点击翻译成中文字幕,点击一下即可开启中文字幕和语音,适用于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": [ " |