Youtube caption indicator
Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…
Youtube caption indicator क्या है?
Youtube caption indicator bperel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Youtube caption indicator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds language-specific closed caption indicators below the description of each video among Youtube search results and "similar videos" panels.
एक्सटेंशन की मूल जानकारी
नाम | Youtube caption indicator |
ID | chajkagpcfnnjhcggboigcmbfmgeijin |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtube-caption-indicator/chajkagpcfnnjhcggboigcmbfmgeijin |
विवरण | Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds… |
फ़ाइल का आकार | 38.56 KB |
स्थापना संख्या | 1,106 |
वर्तमान संस्करण | 0.3.4 |
अंतिम अपडेट | 2017-10-08 |
प्रकाशन तिथि | 2017-10-08 |
रेटिंग | 3.27/5 कुल 11 रेटिंग्स |
डेवलपर | bperel |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/bperel/youtube-caption-indicator |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube caption indicator", "short_name": "Youtube caption indicator", "version": "0.3.4", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery.min.js", "youtube-caption-indicator.js" ] } ], "browser_action": { "default_icon": "icon.png" }, "permissions": [ "storage", "https:\/\/*\/*" ], "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "42.0" } } } |