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 क्या है?
Open Subtitles stefan.breitenstein द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add subtitles to any HTML5 video sites such as Youtube, Netflix, Amazon Prime Video, Disney+, HBO Max and other stream sites."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Open Subtitles एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Open Subtitles |
ID | gbagdbjhcmodnokmjfhkhagnhgmmpgan |
आधिकारिक URL | https://chromewebstore.google.com/detail/open-subtitles/gbagdbjhcmodnokmjfhkhagnhgmmpgan |
विवरण | Add subtitles to any HTML5 video sites such as Youtube, Netflix, Amazon Prime Video, Disney+, HBO Max and other stream sites. |
फ़ाइल का आकार | 635 KB |
स्थापना संख्या | 4,825 |
वर्तमान संस्करण | 6.3.8 |
अंतिम अपडेट | 2023-10-03 |
प्रकाशन तिथि | 2022-05-21 |
रेटिंग | 3.64/5 कुल 14 रेटिंग्स |
डेवलपर | stefan.breitenstein |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.opensubtitles.com |
सहायता पृष्ठ URL | https://github.com/plussub/opensubtitles-extension/issues |
समर्थित भाषाएँ | 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" ] } |