WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
YouTube Transcript Generator & 1-Click Copy

YouTube Transcript Generator & 1-Click Copy

View on Chrome Web Store
View YouTube Transcript Generator & 1-Click Copy Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (23 ratings)
1 new ratings
17 views
This extension has been viewed 17 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.

Generate Youtube transcripts and copy with one click. Export to SRT files. Free and unlimited.
Type
Extension
Users
118 users
1
transcript24.com
View author page of transcript24.com
Published
Published on September 7, 2025
Version 0.1.5
Manifest version
3
Updated
Updated on December 12, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View YouTube Transcript Generator & 1-Click Copy 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",
    "manifest_version": 3,
    "name": "__MSG_YTB_NAME__",
    "version": "0.1.5",
    "description": "__MSG_YTB_DESC__",
    "default_locale": "en",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.transcript24.com\/*",
            "https:\/\/env.transcript24.com\/pro-ytb"
        ]
    },
    "icons": {
        "16": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "img\/logo.png",
        "default_title": "__MSG_YTB_NAME__"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.transcript24.com\/*",
                "*:\/\/*\/*"
            ],
            "match_origin_as_fallback": true,
            "js": [
                "js\/jquery-3.6.4.min.js",
                "js\/content-scripts.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "sidebar.html",
                "js\/inject.js"
            ],
            "matches": [
                "*:\/\/*.transcript24.com\/*",
                "*:\/\/*\/*"
            ],
            "extension_ids": []
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*.transcript24.com\/*",
        "*:\/\/*\/*"
    ],
    "homepage_url": "https:\/\/www.transcript24.com",
    "config": {
        "app-id": "aoeohadmgelepbeiicbfncneeacdijmo"
    }
}
© 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