Search by Subtitles/CC for Youtube™

Search for videos on Youtube™ by Subtitles/CC in a specified language.

What is Search by Subtitles/CC for Youtube™?

Search by Subtitles/CC for Youtube™ is a Chrome extension developed by KristijanRoss, and its main feature is "Search for videos on Youtube™ by Subtitles/CC in a specified language.".

Extension Screenshots

screenshot

Download Search by Subtitles/CC for Youtube™ Extension CRX File

Download Search by Subtitles/CC for Youtube™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Search by Subtitles/CC for Youtube™ Search by Subtitles/CC for Youtube™
ID mapeihpdilaoodlmokclkmbabakgciad
Official URL https://chromewebstore.google.com/detail/search-by-subtitlescc-for/mapeihpdilaoodlmokclkmbabakgciad
Description Search for videos on Youtube™ by Subtitles/CC in a specified language.
File Size 484 KB
Installation Count 198
Current Version 1.1
Last Updated 2022-03-12
Publish Date 2022-03-07
Rating 2.50/5 Total 4 Ratings
Developer KristijanRoss
Email [email protected]
Payment Type free
Extension Website https://github.com/ChrisRoss5/Youtube-Search-by-Subtitles
Help Page URL https://github.com/ChrisRoss5/Youtube-Search-by-Subtitles/issues
Privacy Policy Page URL https://ednevnik.plus/politika-privatnosti
Supported Languages 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": [
                ""
            ]
        }
    ]
}