Auto Show Transcript for YouTube

Automatically shows transcript when watching YouTube videos.

Τι είναι το Auto Show Transcript for YouTube;

Το Auto Show Transcript for YouTube είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jesseblackdeveloper, και η κύρια λειτουργία του είναι "Automatically shows transcript when watching YouTube videos.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Auto Show Transcript for YouTube

Λήψη αρχείων επέκτασης Auto Show Transcript for YouTube σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Auto Show Transcript for YouTube Auto Show Transcript for YouTube
ID ilfmalhfkahgpebchmdkldpgbkfhglip
Επίσημο URL https://chromewebstore.google.com/detail/auto-show-transcript-for/ilfmalhfkahgpebchmdkldpgbkfhglip
Περιγραφή Automatically shows transcript when watching YouTube videos.
Μέγεθος Αρχείου 25.29 KB
Αριθμός Εγκαταστάσεων 456
Τρέχουσα Έκδοση 1.0.0.2
Τελευταία Ενημέρωση 2023-03-21
Ημερομηνία Δημοσίευσης 2023-03-20
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής jesseblackdeveloper
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}