WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
TubeMemo – Notes, Summaries & Insights from Video

TubeMemo – Notes, Summaries & Insights from Video

View on Chrome Web Store
View TubeMemo – Notes, Summaries & Insights from Video Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (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.

Take notes, summarize, extract insights, and revisit ideas — all from any YouTube video.
Type
Extension
Users
12 users
1
Felix Tran
View author page of Felix Tran
Published
Published on May 17, 2025
Version 1.0.2.0
Manifest version
3
Updated
Updated on June 16, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View TubeMemo – Notes, Summaries & Insights from Video 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": "TubeMemo \u2013 Notes, Summaries & Insights from Video",
    "description": "Take notes, summarize, extract insights, and revisit ideas \u2014 all from any YouTube video.",
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": {
            "32": "icon-32.png"
        }
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "storage",
        "sidePanel",
        "activeTab",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/index.tsx-loader-B48JvoOA.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "contentStyle.css"
            ]
        }
    ],
    "devtools_page": "src\/pages\/devtools\/index.html",
    "web_accessible_resources": [
        {
            "matches": [],
            "resources": [
                "contentStyle.css",
                "icon-128.png",
                "icon-32.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "assets\/index.tsx-SF3wdsnC.js"
            ],
            "use_dynamic_url": false
        }
    ],
    "side_panel": {
        "default_path": "src\/pages\/panel\/index.html"
    },
    "version": "1.0.2.0",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    }
}
© 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