100 Subtitles In One Minute
Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection)
什么是100 Subtitles In One Minute?
100 Subtitles In One Minute是由100subtitlesin1min开发的Chrome扩展程序,该扩展的主要功能是“Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection)”。
扩展截图
下载100 Subtitles In One Minute扩展crx文件
下载100 Subtitles In One Minute扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Help people adding many subtitles to their Youtube videos automatically.
Now the Extention works only with VidIQ!
Contact [email protected] for queries 扩展基本信息
| 名称 | |
| ID | jlkonphdbkcnnkjlaefgmfododjkkeng |
| 官方URL | https://chromewebstore.google.com/detail/100-subtitles-in-one-minu/jlkonphdbkcnnkjlaefgmfododjkkeng |
| 简介 | Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection) |
| 文件大小 | 33.19 KB |
| 安装次数 | 83 |
| 当前版本 | 2.5 |
| 更新时间 | 2023-11-17 |
| 上架时间 | 2022-06-09 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | 100subtitlesin1min |
| 电子邮箱 | [email protected] |
| 付费类型 | in_app |
| 扩展官网 | https://100subtitles.com/ |
| 帮助页面URL | https://100subtitles.com/support/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "100 Subtitles In One Minute",
"version": "2.5",
"description": "Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection)",
"icons": {
"16": "icon.png",
"32": "icon.png",
"48": "icon.png",
"64": "icon.png",
"128": "icon.png"
},
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"all_frames": false,
"css": [
"style.css"
],
"js": [
"ExtPay.js",
"script.js"
],
"matches": [
"*:\/\/studio.youtube.com\/*"
],
"run_at": "document_start"
}
],
"permissions": [
"storage"
]
} | |