WebExtension.net
Toggle dark mode
WebExtension.net

YouTube Summary with ChatGPT & Claude

View on Chrome Web Store
View YouTube Summary with ChatGPT & Claude Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (2,124 ratings)
3 new ratings
0 views
This extension has been viewed 0 times

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

Summarize YouTube videos, web articles, and PDFs to save time, powered by ChatGPT, Claude, Mistral AI, and Gemini.
Type
Extension
Users
1,000,000 users
Website glasp.co
Glasp
View author page of Glasp
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 16, 2022
Version 2.0.9
Manifest version
3
Updated
Updated on January 24, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View YouTube Summary with ChatGPT & Claude 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": "YouTube Summary with ChatGPT & Claude",
    "version": "2.0.9",
    "manifest_version": 3,
    "description": "Summarize YouTube videos, web articles, and PDFs to save time, powered by ChatGPT, Claude, Mistral AI, and Gemini.",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "48": "images\/48.png"
        }
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "src\/options\/index.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "js": [
                "assets\/message-listener.ts-loader-1cf408aa.js"
            ],
            "matches": [
                "https:\/\/glasp.co\/*",
                "https:\/\/glasp.ai\/*"
            ]
        },
        {
            "js": [
                "assets\/summarize-in-chatgpt.ts-loader-30b03539.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/chatgpt.com\/*",
                "https:\/\/chat.com\/*"
            ]
        },
        {
            "js": [
                "assets\/summarize-in-claude.ts-loader-b5208915.js"
            ],
            "matches": [
                "https:\/\/claude.ai\/*"
            ]
        },
        {
            "js": [
                "assets\/summarize-in-mistral-ai.ts-loader-83da022a.js"
            ],
            "matches": [
                "https:\/\/chat.mistral.ai\/*"
            ]
        },
        {
            "js": [
                "assets\/summarize-in-gemini.ts-loader-6c6e8933.js"
            ],
            "matches": [
                "https:\/\/gemini.google.com\/*"
            ]
        },
        {
            "js": [
                "assets\/summarize-in-aistudio.ts-loader-ac36abdc.js"
            ],
            "matches": [
                "https:\/\/aistudio.google.com\/*"
            ]
        },
        {
            "js": [
                "assets\/youtube-helper.ts-loader-59c322d0.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "assets\/user-provider-6b8cce14.css",
                "assets\/youtube-helper-4cbe6cad.css"
            ]
        },
        {
            "js": [
                "assets\/web-helper.ts-loader-00bd8161.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_idle",
            "all_frames": false,
            "css": [
                "assets\/user-provider-6b8cce14.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "src\/utils\/pdf\/pdf.worker.min.mjs"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/glasp.ai\/*",
                "https:\/\/glasp.co\/*"
            ],
            "resources": [
                "assets\/browser-polyfill-45feeee0.js",
                "assets\/message-listener.ts-d44179b2.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/chat.com\/*",
                "https:\/\/chat.openai.com\/*",
                "https:\/\/chatgpt.com\/*"
            ],
            "resources": [
                "assets\/get-prompt-bf6f480c.js",
                "assets\/get-user-config-4bb207c7.js",
                "assets\/browser-polyfill-45feeee0.js",
                "assets\/storage-49d9ffd2.js",
                "assets\/default-user-config-0931cd17.js",
                "assets\/summarize-in-chatgpt.ts-e3756dd8.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/claude.ai\/*"
            ],
            "resources": [
                "assets\/get-prompt-bf6f480c.js",
                "assets\/get-user-config-4bb207c7.js",
                "assets\/browser-polyfill-45feeee0.js",
                "assets\/storage-49d9ffd2.js",
                "assets\/default-user-config-0931cd17.js",
                "assets\/summarize-in-claude.ts-af5e2bca.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/chat.mistral.ai\/*"
            ],
            "resources": [
                "assets\/get-prompt-bf6f480c.js",
                "assets\/browser-polyfill-45feeee0.js",
                "assets\/summarize-in-mistral-ai.ts-fcf8119d.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/gemini.google.com\/*"
            ],
            "resources": [
                "assets\/get-prompt-bf6f480c.js",
                "assets\/browser-polyfill-45feeee0.js",
                "assets\/summarize-in-gemini.ts-96316c06.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/aistudio.google.com\/*"
            ],
            "resources": [
                "assets\/get-prompt-bf6f480c.js",
                "assets\/browser-polyfill-45feeee0.js",
                "assets\/summarize-in-aistudio.ts-4dde148f.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "resources": [
                "assets\/user-provider-6ab7fcb3.js",
                "assets\/theme-provider-0ba4e7a5.js",
                "assets\/firebase-1109dce9.js",
                "assets\/user-agent-1d56fe44.js",
                "assets\/browser-polyfill-45feeee0.js",
                "assets\/get-user-config-4bb207c7.js",
                "assets\/cache-background-69c8b525.js",
                "assets\/storage-49d9ffd2.js",
                "assets\/youtube-9baa858e.js",
                "assets\/default-user-config-0931cd17.js",
                "assets\/__vite-browser-external-b25bb000.js",
                "assets\/youtube-helper.ts-f325f799.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "assets\/user-provider-6ab7fcb3.js",
                "assets\/user-agent-1d56fe44.js",
                "assets\/browser-polyfill-45feeee0.js",
                "assets\/firebase-1109dce9.js",
                "assets\/use-form-dfccbd40.js",
                "assets\/get-user-config-4bb207c7.js",
                "assets\/storage-49d9ffd2.js",
                "assets\/default-user-config-0931cd17.js",
                "assets\/youtube-9baa858e.js",
                "assets\/__vite-browser-external-b25bb000.js",
                "assets\/web-helper.ts-8867f1bf.js"
            ],
            "use_dynamic_url": false
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "48": "images\/48.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