WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Youtube Video Summarizer

Youtube Video Summarizer

View on Chrome Web Store
View Youtube Video Summarizer Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (5 ratings)
1 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.

Use Youtube Video Summarizer to get transcript youtube effortlessly with the IA application to summarize youtube videos!
Type
Extension
Users
2,000 users
1K
WordSuperb
View author page of WordSuperb
Published
Published on March 20, 2024
Version 1.1.8
Manifest version
3
Updated
Updated on November 6, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View Youtube Video Summarizer 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,
    "version": "1.1.8",
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_shortDesc__",
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "action": {
        "default_icon": "images\/icon 128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/chatgpt.com\/*"
            ],
            "js": [
                "contentscript\/index.bundle.js"
            ],
            "css": [
                "lib\/yt_ai_summary.css"
            ],
            "all_frames": false
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "images\/icon 16.png",
        "32": "images\/icon 32.png",
        "64": "images\/icon 64.png",
        "128": "images\/icon 128.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