WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
YouTube Transcript Plus - full transcript, AI chat with video & summary

YouTube Transcript Plus - full transcript, AI chat with video & summary

View on Chrome Web Store
View YouTube Transcript Plus - full transcript, AI chat with video & summary Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 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.

Read, search, and summarize YouTube video transcripts. Features AI-powered chapter summaries and chat with video content.
Type
Extension
Users
240 users
12
goodextension
View author page of goodextension
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 25, 2025
Version 1.2.1
Manifest version
3
Updated
Updated on May 20, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View YouTube Transcript Plus - full transcript, AI chat with video & summary 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": "YouTube Transcript Plus - full transcript, AI chat with video & summary",
    "version": "1.2.1",
    "description": "Read, search, and summarize YouTube video transcripts. Features AI-powered chapter summaries and chat with video content.",
    "permissions": [
        "webRequest",
        "activeTab",
        "storage",
        "sidePanel"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.googlevideo.com\/*",
        "*:\/\/openai-proxy-terrydjony.deno.dev\/*",
        "*:\/\/freeproxy-openai-terry.deno.dev\/*",
        "*:\/\/gptsheet-license-service.terrydjony.workers.dev\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "action": [],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "welcome.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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