subtitle list
Preview and download the subtitles of a youtube video.
什么是subtitle list?
subtitle list是由SubtitleList.com开发的Chrome扩展程序,该扩展的主要功能是“Preview and download the subtitles of a youtube video.”。
扩展截图
下载subtitle list扩展crx文件
下载subtitle list扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Click on this extension which allows you to preview and download the subtitles of a youtube video. 扩展基本信息
| 名称 | |
| ID | gnckdfjefihgdekfncabemllgdadhimk |
| 官方URL | https://chrome.google.com/webstore/detail/subtitle-list/gnckdfjefihgdekfncabemllgdadhimk |
| 简介 | Preview and download the subtitles of a youtube video. |
| 文件大小 | 55.1 KB |
| 安装次数 | 633 |
| 当前版本 | 1.0.3 |
| 更新时间 | 2019-09-26 |
| 上架时间 | 2019-09-26 |
| 评分 | 3.00/5 共1次评分 |
| 开发者 | SubtitleList.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | http://www.subtitlelist.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "subtitle list",
"version": "1.0.3",
"description": "Preview and download the subtitles of a youtube video.",
"author": "Jiang Fengbing",
"permissions": [
"tabs",
"activeTab",
"storage",
"http:\/\/www.subtitlelist.com\/",
"https:\/\/www.subtitlelist.com\/",
"declarativeContent"
],
"background": {
"scripts": [
"jquery-3.3.1.min.js",
"background.js"
],
"persistent": false
},
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/Add_16.png",
"32": "images\/Add_32.png",
"48": "images\/Add_48.png",
"128": "images\/Add_128.png"
}
},
"icons": {
"16": "images\/Add_16.png",
"32": "images\/Add_32.png",
"48": "images\/Add_48.png",
"128": "images\/Add_128.png"
},
"manifest_version": 2
} | |