Easysubs
Improve your language skills by watching TV shows and movies.
Easysubs क्या है?
Easysubs https://easysubs.cc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improve your language skills by watching TV shows and movies."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Easysubs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
************************** 🎉New in v1.5.7 🎉************************** - Fix kinopub CDN ************************************************************************* Features: - Support multiple video services: Netflix, YouTube (videos and originals), Coursera KinoPub (kino.pub), English With Fun (https://english-with-fun.com) - Word and full subtitle translation. Just hover over the word you want to translate it or click on subtitles for translation all text. - Export words to learning services. Support: LinguaLeo (lingualeo.com) and Puzzle English (https://puzzle-english.com/) - Rewind to previous and next subtitle. Press to arrow button on keyboard for rewind by subtitles. - Subtitles progress bar. At the bottom of the player, there is a subtitles progress bar to simplify navigation between subtitles. Click on the progress bar to rewind the video to the desired point. - Subtitles settings. The extension allows you to adjust the size of the subtitles and their delay. - Change subtitles position. You can drag subtitles to any part of the screen. - Custom subtitles. You can upload your custom subtitles if they are not on the video service, supported SRT and VTT formats. - Show all available audio tracks and subtitles on Netflix regardless of region.
एक्सटेंशन की मूल जानकारी
नाम | Easysubs |
ID | ocelmccppkcibiflhhepafdjjomimddf |
आधिकारिक URL | https://chromewebstore.google.com/detail/easysubs/ocelmccppkcibiflhhepafdjjomimddf |
विवरण | Improve your language skills by watching TV shows and movies. |
फ़ाइल का आकार | 1.64 MB |
स्थापना संख्या | 4,425 |
वर्तमान संस्करण | 1.5.7 |
अंतिम अपडेट | 2023-08-14 |
प्रकाशन तिथि | 2020-04-06 |
रेटिंग | 4.28/5 कुल 54 रेटिंग्स |
डेवलपर | https://easysubs.cc |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://easysubs.cc |
सहायता पृष्ठ URL | https://github.com/Nitrino/easysubs |
समर्थित भाषाएँ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easysubs", "version": "1.5.7", "manifest_version": 2, "description": "__MSG_appDescription__", "homepage_url": "https:\/\/github.com\/Nitrino\/easysubs", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png", "512": "icons\/icon512.png", "1024": "icons\/icon1024.png" }, "default_locale": "en", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "browser action demo", "default_popup": "browser_action.html" }, "permissions": [ "webRequest", "webRequestBlocking", "storage", " |