Youtube Transcript Extractor

Extract Youtube Transcript & Summarize YouTube Video for Maximum Productivity

Youtube Transcript Extractor क्या है?

Youtube Transcript Extractor Lye Jia Jun द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extract Youtube Transcript & Summarize YouTube Video for Maximum Productivity"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Youtube Transcript Extractor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ⚡ Effortlessly extract and summarize YouTube transcripts to save time and boost productivity with just one click! 🚀📃

❗MASSIVE UPDATE v1.7❗
🎉 Updated Chrome Extension Logo
🤩 NEW YouTube Video Summary Feature
— One click and you'll be able to receive an extremely nicely formatted summary of the video! Go paste that in your note-taking app!

Extract transcript and summarize video to 
⚡ Quickly skim through the video content
✍ Take notes more efficiently.

🚀 Usage is as simple as 123 🚀

1. Navigate to any YouTube video and click on the chrome extension, choosing the extract transcript or summarize video button.

2. Wait for a second or two...

3. Voilà — The youtube video's transcript will now be copied to your clipboard! You can now paste it (using Ctrl + V) on any text editor and notes app!

Developer: Lye Jia Jun

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
❗TO NOTE❗
• This chrome extension will not work for YouTube videos without caption.

• Please ensure your snipping tool is not active (i.e. overlaying on top of the youtube video) as it may cause the clipboard api to fail.

🔧 UPDATES 🔧
• v1.6 (22 August 2023) - Fix and improved transcript feature: Mac users should be able to extract transcript properly now; transcript will be extractable even if you split screen

• v1.5 (2 May 2023) - Breaking Changes: fixed youtube transcript error and added new youtube summarization feature!

• v1.5 (23 Apr 2023) - Updated UI

• v1.4 (3 Aug 2022) - Chrome ext fixed based on latest version of YT - working now

• v1.3 (23 April 2022) - Minor bugfix

• v1.2 (23 April 2022) - Chrome extension is fixed and now work with latest version of YouTube. The extension is also optimized for performance and speed.

• v1.1 (20 March 2022) - YT updated HTML DOM and python script replacement is created

❤️ Enjoying this extension? ❤️
Show your support by buying me a coffee! ☕
(https://www.buymeacoffee.com/cyberjj999)

Your support helps me continue to improve and maintain this tool. Thank you so much for your generosity!                    

एक्सटेंशन की मूल जानकारी

नाम Youtube Transcript Extractor Youtube Transcript Extractor
ID lclpibfglbkghjkdmpjkgehcnadcffdl
आधिकारिक URL https://chrome.google.com/webstore/detail/youtube-transcript-extrac/lclpibfglbkghjkdmpjkgehcnadcffdl
विवरण Extract Youtube Transcript & Summarize YouTube Video for Maximum Productivity
फ़ाइल का आकार 28.25 KB
स्थापना संख्या 8,289
वर्तमान संस्करण 1.7
अंतिम अपडेट 2023-08-22
प्रकाशन तिथि 2022-04-25
रेटिंग 4.11/5 कुल 18 रेटिंग्स
डेवलपर Lye Jia Jun
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Transcript Extractor",
    "version": "1.7",
    "manifest_version": 3,
    "description": "Extract Youtube Transcript & Summarize YouTube Video for Maximum Productivity",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_title": "Extract YouTube Transcript",
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "*:\/\/*\/"
    ],
    "permissions": [
        "scripting"
    ]
}