Youtube Subtitle
Display 3rd-party(Amara) subtitles on youtube video
什么是Youtube Subtitle?
Youtube Subtitle是由bass9030开发的Chrome扩展程序,该扩展的主要功能是“Display 3rd-party(Amara) subtitles on youtube video”。
扩展截图
下载Youtube Subtitle扩展crx文件
下载Youtube Subtitle扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows subtitles in Amara to be uploaded on YouTube.
Only 5-10% of the videos posted on YouTube are on Amara, so subtitles may not be displayed.
Example of a video with subtitles - http://www.youtube.com/watch?v=XR2sj4SUTc0 [Piki Pictures - Star Wars: The nerd awakens(Fan made)]
You can also create YouTube subtitles on https://Amara.org.
Github repo: https://github.com/bass9030/Youtube-Subtitle 扩展基本信息
| 名称 | |
| ID | kmdikdpbfkcoogakefkkholhebjkmlgh |
| 官方URL | https://chromewebstore.google.com/detail/youtube-subtitle/kmdikdpbfkcoogakefkkholhebjkmlgh |
| 简介 | Display 3rd-party(Amara) subtitles on youtube video |
| 文件大小 | 27.2 KB |
| 安装次数 | 52 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2021-02-09 |
| 上架时间 | 2021-02-09 |
| 开发者 | bass9030 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Youtube Subtitle",
"description": "Display 3rd-party(Amara) subtitles on youtube video",
"version": "1.0.0",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"web_accessible_resources": [
"languages.json"
],
"permissions": [
"tabs",
"activeTab",
"webNavigation",
"storage",
"*:\/\/*.youtube.com\/*"
]
} | |