Search by Subtitles/CC for Youtube™
Search for videos on Youtube™ by Subtitles/CC in a specified language.
Search by Subtitles/CC for Youtube™ क्या है?
Search by Subtitles/CC for Youtube™ KristijanRoss द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search for videos on Youtube™ by Subtitles/CC in a specified language."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Search by Subtitles/CC for Youtube™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Step 1: Search anything on Youtube Step 2: Select subtitles language (next to the filter button) Step 3: Click "Start filtering" Note: - Once you select the language, the extension remembers it and highlights all video thumbnails that have CC in that language, anywhere on youtube. - Every CC badge on a video (if existing) contains a list of all available languages with an option to download each. YouTube™ is a registered trademark of Google Inc. Use of this trademark is subject to Google Permissions. Open source: https://github.com/ChrisRoss5/Youtube-Search-by-Subtitles
एक्सटेंशन की मूल जानकारी
नाम | Search by Subtitles/CC for Youtube™ |
ID | mapeihpdilaoodlmokclkmbabakgciad |
आधिकारिक URL | https://chromewebstore.google.com/detail/search-by-subtitlescc-for/mapeihpdilaoodlmokclkmbabakgciad |
विवरण | Search for videos on Youtube™ by Subtitles/CC in a specified language. |
फ़ाइल का आकार | 484 KB |
स्थापना संख्या | 198 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2022-03-12 |
प्रकाशन तिथि | 2022-03-07 |
रेटिंग | 2.50/5 कुल 4 रेटिंग्स |
डेवलपर | KristijanRoss |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/ChrisRoss5/Youtube-Search-by-Subtitles |
सहायता पृष्ठ URL | https://github.com/ChrisRoss5/Youtube-Search-by-Subtitles/issues |
गोपनीयता नीति पृष्ठ URL | https://ednevnik.plus/politika-privatnosti |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Search by Subtitles\/CC for Youtube\u2122", "version": "1.1", "description": "Search for videos on Youtube\u2122 by Subtitles\/CC in a specified language.", "icons": { "128": "img\/CC-icon-128.png" }, "author": "Kristijan Rosandi\u0107", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "content-script.js" ], "css": [ "style.css" ] } ], "web_accessible_resources": [ { "resources": [ "*.svg" ], "matches": [ " |