Search by Subtitles/CC for Youtube™

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

Cos'è Search by Subtitles/CC for Youtube™?

Search by Subtitles/CC for Youtube™ è un'estensione di Chrome sviluppata da KristijanRoss, e la sua funzione principale è "Search for videos on Youtube™ by Subtitles/CC in a specified language.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Search by Subtitles/CC for Youtube™

Scarica i file di estensione Search by Subtitles/CC for Youtube™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Search by Subtitles/CC for Youtube™ Search by Subtitles/CC for Youtube™
ID mapeihpdilaoodlmokclkmbabakgciad
URL Ufficiale https://chromewebstore.google.com/detail/search-by-subtitlescc-for/mapeihpdilaoodlmokclkmbabakgciad
Descrizione Search for videos on Youtube™ by Subtitles/CC in a specified language.
Dimensione del File 484 KB
Conteggio Installazioni 198
Versione Corrente 1.1
Ultimo Aggiornamento 2022-03-12
Data di Pubblicazione 2022-03-07
Valutazione 2.50/5 Totale 4 Valutazioni
Sviluppatore KristijanRoss
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ChrisRoss5/Youtube-Search-by-Subtitles
URL della Pagina di Aiuto https://github.com/ChrisRoss5/Youtube-Search-by-Subtitles/issues
URL della Pagina della Politica sulla Privacy https://ednevnik.plus/politika-privatnosti
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}