WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
YouTube Transcript & AI Summary Generator – Powered by ChatGPT

YouTube Transcript & AI Summary Generator – Powered by ChatGPT

View on Chrome Web Store
View YouTube Transcript & AI Summary Generator – Powered by ChatGPT Chrome Extension on Chrome Web Store
Add to bookmarks
3.0 (2 ratings)
1 new ratings
3 views
This extension has been viewed 3 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.

Transcribe YouTube videos and create AI-powered summaries. Simple, accurate, and free.
Type
Extension
Users
205 users
2
The Metaverse Company London LTD
View author page of The Metaverse Company London LTD
Published
Published on April 27, 2025
Version 1.1.5
Manifest version
3
Updated
Updated on June 10, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View YouTube Transcript & AI Summary Generator – Powered by ChatGPT 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 & AI Summary Generator \u2013 Powered by ChatGPT",
    "version": "1.1.5",
    "description": "Transcribe YouTube videos and create AI-powered summaries. Simple, accurate, and free.",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.youtube.com\/*",
        "https:\/\/openrouter.ai\/*",
        "https:\/\/chrome.ytmaster.pro\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/watch*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": "YTMaster Pro",
    "homepage_url": "https:\/\/chrome.ytmaster.pro",
    "short_name": "YT Transcript AI"
}
© 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