WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
TubeSumma: YouTube Summarizer

TubeSumma: YouTube Summarizer

View on Chrome Web Store
View TubeSumma: YouTube Summarizer Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 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.

TubeSumma allows you to quickly summarize YouTube videos, capturing essential ideas without watching the whole video.
Type
Extension
Users
111 users
1
Website tubesumma.com
TubeSumma
View author page of TubeSumma
Published
Published on February 29, 2024
Version 0.1.4
Manifest version
3
Updated
Updated on March 19, 2024
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View TubeSumma: YouTube 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": "TubeSumma: YouTube Summarizer",
    "description": "TubeSumma allows you to quickly summarize YouTube videos, capturing essential ideas without watching the whole video. ",
    "version": "0.1.4",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/youtu.be\/*",
                "https:\/\/www.youtu.be\/*",
                "https:\/\/www.youtube-nocookie.com\/*",
                "https:\/\/youtube-nocookie.com\/*",
                "https:\/\/www.youtube.com\/embed\/*",
                "https:\/\/youtube.com\/embed\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "host_permissions": [
        "https:\/\/accounts.google.com\/"
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/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