SubAny Web
Add your own SRT, VTT, SAMI, or TTML subtitles to your preferred service streaming web platform.
SubAny Web là gì?
SubAny Web là một tiện ích mở rộng Chrome được phát triển bởi prosset, và tính năng chính của nó là "Add your own SRT, VTT, SAMI, or TTML subtitles to your preferred service streaming web platform.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SubAny Web
Tải xuống các tệp mở rộng SubAny Web dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | japfodgakhloekokcjbapdodojbhnnkc |
URL Chính Thức | https://chromewebstore.google.com/detail/subany-web/japfodgakhloekokcjbapdodojbhnnkc |
Mô tả | Add your own SRT, VTT, SAMI, or TTML subtitles to your preferred service streaming web platform. |
Kích Thước Tệp | 12.79 MB |
Số Lần Cài Đặt | 367 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2020-04-07 |
Ngày Phát Hành | 2020-04-06 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | prosset |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/PaulRosset/subtitles-anywhere-web |
URL Trang Trợ Giúp | https://github.com/PaulRosset/subtitles-anywhere-web/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |