SubAny Web
Add your own SRT, VTT, SAMI, or TTML subtitles to your preferred service streaming web platform.
什么是SubAny Web?
SubAny Web是由prosset开发的Chrome扩展程序,该扩展的主要功能是“Add your own SRT, VTT, SAMI, or TTML subtitles to your preferred service streaming web platform.”。
扩展截图
下载SubAny Web扩展crx文件
下载SubAny Web扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The streaming world has never been so exciting. Many companies are investing a large number of resources to deliver video on the web. This is changing how we get entertained. However, depending on the country you live, you may face some limitations of right about specific video content that can be delivered. This also concerns subtitles. To answer these problems, you can now provide your subtitles. Thus, for example, if you stay in a country where the streaming provider can't have access to the captions you wish, you can use that extension. This is also useful for people that don't like subtitles that the services are providing and so providing your captions.
扩展基本信息
名称 | SubAny Web |
ID | japfodgakhloekokcjbapdodojbhnnkc |
官方URL | https://chromewebstore.google.com/detail/subany-web/japfodgakhloekokcjbapdodojbhnnkc |
简介 | Add your own SRT, VTT, SAMI, or TTML subtitles to your preferred service streaming web platform. |
文件大小 | 12.79 MB |
安装次数 | 367 |
当前版本 | 0.1.1 |
更新时间 | 2020-04-07 |
上架时间 | 2020-04-06 |
评分 | 1.00/5 共1次评分 |
开发者 | prosset |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/PaulRosset/subtitles-anywhere-web |
帮助页面URL | https://github.com/PaulRosset/subtitles-anywhere-web/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SubAny Web", "version": "0.1.1", "description": "Add your own SRT, VTT, SAMI, or TTML subtitles to your preferred service streaming web platform.", "homepage_url": "https:\/\/github.com\/PaulRosset\/subtitles-anywhere-web", "manifest_version": 2, "minimum_chrome_version": "68", "web_accessible_resources": [ "medias\/play.svg", "medias\/stop.svg" ], "browser_action": { "default_icon": "medias\/icon.png", "default_title": "SubAny" }, "permissions": [ "storage" ], "options_ui": { "chrome_style": true, "page": "options.html" }, "optional_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "medias\/icon.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ] } ] } |