Auto Show Transcript for YouTube
Automatically shows transcript when watching YouTube videos.
Was ist Auto Show Transcript for YouTube?
Auto Show Transcript for YouTube ist eine Chrome-Erweiterung, die von jesseblackdeveloper entwickelt wurde, und ihr Hauptmerkmal ist "Automatically shows transcript when watching YouTube videos.".
Erweiterungsscreenshots
Auto Show Transcript for YouTube-Erweiterungs-CRX-Datei herunterladen
Laden Sie Auto Show Transcript for YouTube-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Auto Show Transcript for YouTube |
ID | ilfmalhfkahgpebchmdkldpgbkfhglip |
Offizielle URL | https://chromewebstore.google.com/detail/auto-show-transcript-for/ilfmalhfkahgpebchmdkldpgbkfhglip |
Beschreibung | Automatically shows transcript when watching YouTube videos. |
Dateigröße | 25.29 KB |
Installationsanzahl | 456 |
Aktuelle Version | 1.0.0.2 |
Letztes Update | 2023-03-21 |
Veröffentlichungsdatum | 2023-03-20 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | jesseblackdeveloper |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |