Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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" } }