WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Unlimited Summary Generator for YouTube™

Unlimited Summary Generator for YouTube™

View on Chrome Web Store
View Unlimited Summary Generator for YouTube™ Chrome Extension on Chrome Web Store
Add to bookmarks
4.1 (67 ratings)
1 new ratings
4 views
This extension has been viewed 4 times

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

YouTube videos transcript and summary with Chat GPT Open AI. Easily copy responses of ChatGPT.
Type
Extension
Users
70,000 users
10K
Dunkum Sherwin
View author page of Dunkum Sherwin
Published
Published on April 3, 2023
Version 1.0.13
Manifest version
3
Updated
Updated on January 27, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Unlimited Summary Generator for YouTube™ 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": "__MSG_name__",
    "version": "1.0.13",
    "manifest_version": 3,
    "description": "__MSG_description__",
    "default_locale": "en",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/48.png",
            "32": "images\/48.png",
            "48": "images\/48.png",
            "128": "images\/48.png",
            "300": "images\/48.png",
            "500": "images\/48.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "webRequest"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/contentscript.js"
            ],
            "css": [
                "css\/youtube_summary.css"
            ],
            "all_frames": false,
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.openai.com\/*"
            ],
            "js": [
                "js\/OpenAiCopy.js"
            ],
            "css": [
                "css\/youtube_summary.css"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "https:\/\/*.openai.com\/*",
        "https:\/\/*.youtube.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "icons": {
        "16": "images\/48.png",
        "32": "images\/48.png",
        "48": "images\/48.png",
        "128": "images\/48.png",
        "300": "images\/48.png",
        "500": "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