Open Subtitles
Add subtitles to any HTML5 video sites such as Youtube, Netflix, Amazon Prime Video, Disney+, HBO Max and other stream sites.
Open Subtitles là gì?
Open Subtitles là một tiện ích mở rộng Chrome được phát triển bởi stefan.breitenstein, và tính năng chính của nó là "Add subtitles to any HTML5 video sites such as Youtube, Netflix, Amazon Prime Video, Disney+, HBO Max and other stream sites.".
Ả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 Open Subtitles
Tải xuống các tệp mở rộng Open Subtitles 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
Open Subtitles extension provides subtitles experience to any HTML5 video site (youtube, netflix, amazon prime, hulu and other streaming sites) Features: • Search - autodetection of title, download and view subtitles in videos from OpenSubtitles.com • Drag and drop subtitles file if you want custom subtitles • Supported subtitle formats: *.srt, *.vtt, *.ass, *.ssa • Works on iframes (embedded videos) • Synchronize subtitles to video • Customize Subtitles color, background color, transparency, font size • See transcription/text of video/subtitles, possible copy with shift+left-click • Jump to timestamp with left click How to use: - Install the extension to your browser. - We recommend to pin it to navigation bar, so you can use it easily - Open website with video - Click on "Open Subtitles" extension at the right top corner in your browser, it will open extension dialog - The first video is autodetected, title is detected, search for subtitles and download them, or drop subtitle file - Subtitles are displayed on video
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Open Subtitles |
ID | gbagdbjhcmodnokmjfhkhagnhgmmpgan |
URL Chính Thức | https://chromewebstore.google.com/detail/open-subtitles/gbagdbjhcmodnokmjfhkhagnhgmmpgan |
Mô tả | Add subtitles to any HTML5 video sites such as Youtube, Netflix, Amazon Prime Video, Disney+, HBO Max and other stream sites. |
Kích Thước Tệp | 635 KB |
Số Lần Cài Đặt | 4,825 |
Phiên Bản Hiện Tại | 6.3.8 |
Cập Nhật Lần Cuối | 2023-10-03 |
Ngày Phát Hành | 2022-05-21 |
Đánh Giá | 3.64/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | stefan.breitenstein |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.opensubtitles.com |
URL Trang Trợ Giúp | https://github.com/plussub/opensubtitles-extension/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Subtitles", "version": "6.3.8", "manifest_version": 3, "description": "Add subtitles to any HTML5 video sites such as Youtube, Netflix, Amazon Prime Video, Disney+, HBO Max and other stream sites.", "author": "Stefan Breitenstein", "icons": { "16": "res\/icons\/logo16.png", "48": "res\/icons\/logo48.png", "128": "res\/icons\/logo128.png" }, "action": { "default_icon": { "16": "res\/icons\/logo16.png" } }, "background": { "service_worker": "background.js" }, "minimum_chrome_version": "88", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "host_permissions": [ "https:\/\/*\/" ], "permissions": [ "webNavigation", "scripting", "storage", "activeTab" ] } |