Search by Subtitles/CC for Youtube™

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

Co je Search by Subtitles/CC for Youtube™?

Search by Subtitles/CC for Youtube™ je rozšíření Chrome vyvinuté KristijanRoss, a jeho hlavní funkcí je „Search for videos on Youtube™ by Subtitles/CC in a specified language.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Search by Subtitles/CC for Youtube™

Stáhněte si soubory rozšíření Search by Subtitles/CC for Youtube™ ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Search by Subtitles/CC for Youtube™ Search by Subtitles/CC for Youtube™
ID mapeihpdilaoodlmokclkmbabakgciad
Oficiální URL https://chromewebstore.google.com/detail/search-by-subtitlescc-for/mapeihpdilaoodlmokclkmbabakgciad
Popis Search for videos on Youtube™ by Subtitles/CC in a specified language.
Velikost souboru 484 KB
Počet instalací 198
Aktuální Verze 1.1
Poslední Aktualizace 2022-03-12
Datum Vydání 2022-03-07
Hodnocení 2.50/5 Celkem 4 Hodnocení
Vývojář KristijanRoss
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/ChrisRoss5/Youtube-Search-by-Subtitles
URL Stránky Nápovědy https://github.com/ChrisRoss5/Youtube-Search-by-Subtitles/issues
URL Stránky Zásad Ochrany Soukromí https://ednevnik.plus/politika-privatnosti
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}