WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
YouTube Transcript Generator

YouTube Transcript Generator

View on Chrome Web Store
View YouTube Transcript Generator Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (37 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Use this YouTube Transcript Generator tool as your transcriber and youtube to text converter. Transcribe video to transcript.
Type
Extension
Users
10,000 users
1K
YouTube Transcript Generator
View author page of YouTube Transcript Generator
Published
Published on March 10, 2024
Version 1.0.2
Manifest version
3
Updated
Updated on December 3, 2024
productivity/workflow
Extension Category
View on Chrome Web Store
View YouTube Transcript Generator Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_shortDesc__",
    "manifest_version": 3,
    "version": "1.0.2",
    "default_locale": "en",
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "48": "images\/icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "contentscript\/index.bundle.js"
            ],
            "css": [
                "contentscript\/ytg.css"
            ],
            "all_frames": false
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "48": "images\/icon.png"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top