Auto Show Transcript for YouTube

Automatically shows transcript when watching YouTube videos.

Qu'est-ce que Auto Show Transcript for YouTube ?

Auto Show Transcript for YouTube est une extension Chrome développée par jesseblackdeveloper, et sa fonction principale est "Automatically shows transcript when watching YouTube videos.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Auto Show Transcript for YouTube

Téléchargez les fichiers d'extension Auto Show Transcript for YouTube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        I always open the transcript sidebar on YouTube while watching videos, and it gets tedious to select the menu and click "Show transcript" on each video. For whatever reason there is no built-in option to always show transcript, so if you are in the same situation, this extension automatically opens the transcript sidebar on YouTube.                    

Informations de Base sur l'Extension

Nom Auto Show Transcript for YouTube Auto Show Transcript for YouTube
ID ilfmalhfkahgpebchmdkldpgbkfhglip
URL Officiel https://chromewebstore.google.com/detail/auto-show-transcript-for/ilfmalhfkahgpebchmdkldpgbkfhglip
Description Automatically shows transcript when watching YouTube videos.
Taille du Fichier 25.29 KB
Nombre d'Installations 456
Version Actuelle 1.0.0.2
Dernière Mise à Jour 2023-03-21
Date de Publication 2023-03-20
Évaluation 3.67/5 Total 3 Évaluations
Développeur jesseblackdeveloper
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Show Transcript for YouTube",
    "version": "1.0.0.2",
    "description": "Automatically shows transcript when watching YouTube videos.",
    "host_permissions": [
        "https:\/\/www.youtube.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}