WebExtension.net
WebExtension.net

ChatGPT & YouTube Summary by Glasp

View on Chrome Web Store
View ChatGPT & YouTube Summary by Glasp Chrome Extension on Chrome Web Store
3.7 (122 ratings)

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

Access ChatGPT from the browser toolbar and get transcripts and summaries of YouTube videos. Powered by ChatGPT & Claude.
Type
Extension
Users
100,000 users
Website glasp.co
Glasp
View author page of Glasp
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 5, 2022
Version 2.0.6
Manifest version
3
Updated
Updated on November 15, 2024
View on Chrome Web Store
View ChatGPT & YouTube Summary by Glasp Chrome Extension on Chrome Web Store
productivity/tools
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPT & YouTube Summary by Glasp",
    "version": "2.0.6",
    "manifest_version": 3,
    "description": "Access ChatGPT from the browser toolbar and get transcripts and summaries of YouTube videos. Powered by ChatGPT & Claude.",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "48": "images\/48.png"
        }
    },
    "permissions": [
        "storage",
        "system.display"
    ],
    "options_ui": {
        "page": "src\/options\/index.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "js": [
                "assets\/message-listener.ts-loader-ae1c6c97.js"
            ],
            "matches": [
                "https:\/\/glasp.co\/*",
                "https:\/\/glasp.ai\/*"
            ]
        },
        {
            "js": [
                "assets\/summarize-in-chatgpt.ts-loader-fefae348.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/chatgpt.com\/*",
                "https:\/\/chat.com\/*"
            ]
        },
        {
            "js": [
                "assets\/summarize-in-claude.ts-loader-f821269e.js"
            ],
            "matches": [
                "https:\/\/claude.ai\/*"
            ]
        },
        {
            "js": [
                "assets\/summarize-in-mistral-ai.ts-loader-289f0799.js"
            ],
            "matches": [
                "https:\/\/chat.mistral.ai\/*"
            ]
        },
        {
            "js": [
                "assets\/summarize-in-gemini.ts-loader-8aba8c58.js"
            ],
            "matches": [
                "https:\/\/gemini.google.com\/*"
            ]
        },
        {
            "js": [
                "assets\/summarize-in-aistudio.ts-loader-422f5a08.js"
            ],
            "matches": [
                "https:\/\/aistudio.google.com\/*"
            ]
        },
        {
            "js": [
                "assets\/youtube-helper.ts-loader-fdc01a44.js",
                "assets\/web-helper.ts-loader-a46fc206.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "assets\/client-4fe04441.css",
                "assets\/youtube-helper-4cbe6cad.css",
                "assets\/client-4fe04441.css"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "48": "images\/48.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/glasp.ai\/*",
                "https:\/\/glasp.co\/*"
            ],
            "resources": [
                "assets\/message-listener.ts-baa8a9d5.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/chat.com\/*",
                "https:\/\/chat.openai.com\/*",
                "https:\/\/chatgpt.com\/*"
            ],
            "resources": [
                "assets\/get-prompt-c4dadeb6.js",
                "assets\/get-user-config-095b2c2d.js",
                "assets\/storage-0924aca3.js",
                "assets\/default-user-config-22e12d79.js",
                "assets\/summarize-in-chatgpt.ts-4d0042d2.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/claude.ai\/*"
            ],
            "resources": [
                "assets\/get-prompt-c4dadeb6.js",
                "assets\/get-user-config-095b2c2d.js",
                "assets\/storage-0924aca3.js",
                "assets\/default-user-config-22e12d79.js",
                "assets\/summarize-in-claude.ts-1c5ecb7c.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/chat.mistral.ai\/*"
            ],
            "resources": [
                "assets\/get-prompt-c4dadeb6.js",
                "assets\/summarize-in-mistral-ai.ts-b4be6531.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/gemini.google.com\/*"
            ],
            "resources": [
                "assets\/get-prompt-c4dadeb6.js",
                "assets\/summarize-in-gemini.ts-2f12ca05.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/aistudio.google.com\/*"
            ],
            "resources": [
                "assets\/get-prompt-c4dadeb6.js",
                "assets\/summarize-in-aistudio.ts-ecfb15d1.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "resources": [
                "assets\/client-ee0ad439.js",
                "assets\/theme-provider-0a76ad7d.js",
                "assets\/firebase-17cd2cd6.js",
                "assets\/get-current-media-82571c91.js",
                "assets\/get-user-config-095b2c2d.js",
                "assets\/storage-0924aca3.js",
                "assets\/youtube-6cc5e48e.js",
                "assets\/default-user-config-22e12d79.js",
                "assets\/__vite-browser-external-b25bb000.js",
                "assets\/youtube-helper.ts-28b5c487.js",
                "assets\/web-helper.ts-df83b2dc.js"
            ],
            "use_dynamic_url": false
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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