WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
YouTube Transcript Bulk Download, AI Summary & Chat | ChatGPT Claude Gemini

YouTube Transcript Bulk Download, AI Summary & Chat | ChatGPT Claude Gemini

View on Chrome Web Store
View YouTube Transcript Bulk Download, AI Summary & Chat | ChatGPT Claude Gemini Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (97 ratings)
2 new ratings
22 views
This extension has been viewed 22 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.

Free YouTube transcript downloader with AI chat & summary. Bulk extract video captions & export. ChatGPT powered.
Type
Extension
Users
1,000 users
37
Website transcribr.io
munjyong
View author page of munjyong
Featured Extension

Hand-picked for quality and usefulness

Published
Published on May 15, 2025
Version 2.0
Manifest version
3
Updated
Updated on February 12, 2026
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View YouTube Transcript Bulk Download, AI Summary & Chat | ChatGPT Claude Gemini 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_extName__",
    "description": "__MSG_extDescription__",
    "version": "2.0",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxo2vQ3UDgh8mhysmLxo58K6lCxdDdf4XcPBEnqEq0qLrgMFowZ4q9+Vd3nBqHfTjFNGs7eyhCM9BDJtJWtFF2qMIje\/8mUft5NtQBSZVL3jgJR\/AVSCjPt\/WHUDqOQZUiBaLvA5ylb9N4kIl+GWp5UVlDktKTM4YnlJv\/DmbnfwdMMr6mIRLNIGf1py5VgL7e9dsH3MCXfKTYGc+AaQGDS83Q8Oc8OpZvGwRqDNGrqMOg74dTCJ6F8xj5FyPjl6pmvkajuITP60RWcTPrbrTbV\/zMvoiB6SwxatyKk4aTJhdwo0v36wDPD+mOJ1672R4+9vDHVViH7kZjV69hu3YxwIDAQAB",
    "default_locale": "en",
    "permissions": [
        "storage",
        "sidePanel",
        "tabs",
        "identity"
    ],
    "oauth2": {
        "client_id": "328530867479-bjnoo8qruge7asqh2jdi4gavpfnir2k3.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "host_permissions": [
        "*:\/\/*.transcribr.io\/*",
        "*:\/\/*.youtubetranscripts.io\/*",
        "*:\/\/*.youtube.com\/*"
    ],
    "side_panel": {
        "default_path": "transcript.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "transcript.html"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "action": {
        "default_title": "Default Popup Title",
        "default_icon": {
            "16": "icon\/16.png",
            "32": "icon\/32.png",
            "48": "icon\/48.png",
            "128": "icon\/128.png"
        },
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+T",
                "mac": "Alt+T"
            },
            "description": "Toggle transcript side panel"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "content-scripts\/channel-transcript-button.js",
                "content-scripts\/playlist-transcript-button.js",
                "content-scripts\/transcript-button.js",
                "content-scripts\/video-card-button.js"
            ]
        }
    ]
}
© 2026 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