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.5 (2 ratings)
1 new ratings
0 views
This extension has been viewed 0 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.

Quickly summarize YouTube videos with AI. Get concise summaries directly in your browser with just a click.
Type
Extension
Users
56 users
1
aabdurazzoqov1996
View author page of aabdurazzoqov1996
Published
Published on October 5, 2024
Version 1.0.2
Manifest version
3
Updated
Updated on November 12, 2024
productivity/tools
Extension Category
Website
Visit developer website
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",
    "name": "YouTube Video Summarizer",
    "description": "Quickly summarize YouTube videos with AI. Get concise summaries directly in your browser with just a click.",
    "version": "1.0.2",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "assets\/background.010bfccc.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/ytsummarizer.ai\/plugin\/*"
            ],
            "js": [
                "contentscript-loader-content.8d3296c1.js"
            ],
            "run_at": "document_start",
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/ytsummarizer.ai\/*"
            ],
            "resources": [
                "assets\/*"
            ]
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "options.html",
                "assets\/content.8d3296c1.js"
            ],
            "use_dynamic_url": false
        }
    ],
    "manifest_version": 3
}
© 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