Auto Show Transcript for YouTube
Automatically shows transcript when watching YouTube videos.
Auto Show Transcript for YouTube क्या है?
Auto Show Transcript for YouTube jesseblackdeveloper द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically shows transcript when watching YouTube videos."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Auto Show Transcript for YouTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } } |