WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
YouTube AI Chat & Summary

YouTube AI Chat & Summary

View on Chrome Web Store
View YouTube AI Chat & Summary Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (7 ratings)
1 new ratings
1 views
This extension has been viewed 1 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.

Chat with YouTube videos using AI. Get instant summaries, ask questions, and find specific moments with timestamps.
Type
Extension
Users
235 users
4
Website summd.app
martin.dimi97
View author page of martin.dimi97
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 1, 2025
Version 2.3
Manifest version
3
Updated
Updated on August 15, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View YouTube AI Chat & Summary 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 AI Chat & Summary",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAy3MHso9bTqXThVVUVa+7kj6V7DM+IfW6vXxuvglN5oJcETmg9s0Q7ScBClYD+Xn9b2nk6nBStm6VlY9CwWdfvvrO8VdPVWnMKtF38XGPKPiVTRX820ZRdYjF2lEjzVZCx+7\/sL4ah3ApoWUyfGpkC+MIJ7zLYZ8bg+Vdr+7bkx4yMhPuae2u6+fJLpzTOmZ2oj7NldpAT+YrfLModV2MCUDRuEcxF1MXozURXnKK8ap8gxOknuW6bJsB7aqiWdKgH\/7snNx9iFfsxQq9UugGSPhwCHuHXhqzfyYtTjxULHIQSl6aP0wKA+oqJDxjWmSq3cYzDCMGbhQl\/H8+oNO4mQIDAQAB",
    "version": "2.3",
    "description": "Chat with YouTube videos using AI. Get instant summaries, ask questions, and find specific moments with timestamps.",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "public\/index.html",
        "default_icon": {
            "48": "public\/icon48.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "public\/content.js"
            ],
            "css": [
                "public\/content.css"
            ]
        }
    ],
    "background": {
        "service_worker": "public\/background.js"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "https:\/\/www.summd.app\/*",
            "https:\/\/summd.app\/*"
        ]
    },
    "icons": {
        "128": "public\/icon128.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