Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on May 17, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TubeMemo", "description": "Capture, organize, and manage your favorite moments from YouTube videos, making video research and note-taking easy.", "version": "0.0.0.4", "icons": { "16": "src\/assets\/32.png", "32": "src\/assets\/64.png", "48": "src\/assets\/128.png", "128": "src\/assets\/128.png" }, "action": { "default_popup": "index.html" }, "host_permissions": [ "http:\/\/localhost\/", "https:\/\/tubememo\/", "https:\/\/tubememo.vercel.app\/", "https:\/\/tubememo-yt-api.fly.dev\/", "https:\/\/loving-mackerel-57.clerk.accounts.dev\/", "https:\/\/clerk.tubememo.com\/" ], "permissions": [ "cookies", "storage" ], "web_accessible_resources": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "resources": [ "assets\/createLucideIcon-83b50bce.js", "assets\/content.tsx-5239b819.js" ], "use_dynamic_url": true } ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content.tsx-loader-09a88887.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "assets\/content-1d36efc3.css" ] } ] }