Subadub
Enhanced Netflix subtitles for foreign language study
什么是Subadub?
Subadub是由Russel Simmons开发的Chrome扩展程序,该扩展的主要功能是“Enhanced Netflix subtitles for foreign language study”。
扩展截图
下载Subadub扩展crx文件
下载Subadub扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
➤ Subtitles are displayed as selectable text, so you can copy+paste them to make flash cards and look up words in a dictionary (e.g. using the Yomichan or Rikaikun extensions for Japanese)
➤ Full subtitles for a video can be downloaded in SRT format for personal study/review 扩展基本信息
| 名称 | |
| ID | jamiekdimmhnnemaaimmdahnahfmfdfk |
| 官方URL | https://chromewebstore.google.com/detail/subadub/jamiekdimmhnnemaaimmdahnahfmfdfk |
| 简介 | Enhanced Netflix subtitles for foreign language study |
| 文件大小 | 14.99 KB |
| 安装次数 | 10,000 |
| 当前版本 | 0.1.9 |
| 更新时间 | 2022-12-06 |
| 上架时间 | 2020-01-20 |
| 评分 | 4.35/5 共66次评分 |
| 开发者 | Russel Simmons |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Subadub",
"description": "Enhanced Netflix subtitles for foreign language study",
"version": "0.1.9",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.netflix.com\/*"
],
"run_at": "document_end",
"js": [
"content_script.js"
]
}
]
} | |