CaptionPop
Language Learning with YouTube captions
CaptionPop क्या है?
CaptionPop https://captionpop.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Language Learning with YouTube captions"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CaptionPop एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
CaptionPop allows you to watch YouTube videos with multiple subtitles at once. This is useful for language learners. After installing, each video on YouTube will be shown with a list of subtitles that are available for that video. Clicking on the subtitle list will link you to the CaptionPop player, so you can watch with multiple subtitles at once. More features: - Repeat the last sentence with a single keystroke. - Optionally blur subtitles until you mouse over them. - Bookmark individual subtitles to study later. - Highlight text to translate. - Build interactive study flashcards from video clips.
एक्सटेंशन की मूल जानकारी
नाम | CaptionPop |
ID | oghhiiieljkjlkiednhchfbpbgadkeam |
आधिकारिक URL | https://chromewebstore.google.com/detail/captionpop/oghhiiieljkjlkiednhchfbpbgadkeam |
विवरण | Language Learning with YouTube captions |
फ़ाइल का आकार | 60.06 KB |
स्थापना संख्या | 459 |
वर्तमान संस्करण | 1.0.6 |
अंतिम अपडेट | 2021-07-27 |
प्रकाशन तिथि | 2020-07-23 |
रेटिंग | 4.67/5 कुल 6 रेटिंग्स |
डेवलपर | https://captionpop.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.captionpop.com |
समर्थित भाषाएँ | en,fr,es,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_application_title__", "description": "__MSG_application_description__", "version": "1.0.6", "background": { "peristent": false, "page": "background.html" }, "default_locale": "en", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "css": [ "styles.css" ], "js": [ "youtube-contentScript.js" ] }, { "matches": [ "https:\/\/*.captionpop.com\/*" ], "js": [ "captionpop-contentScript.js" ] } ], "web_accessible_resources": [ "popcorn.svg" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |