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": "Quicksense - Ultimate YouTube Summary Tool using AI", "version": "1.0", "description": "YouTube Summary Tool using AI. Take notes of lectures, Podcast or any other videos and gain insights instantly.", "action": { "default_popup": "popup.html", "default_title": "Quicksense - Ultimate YouTube Summary Tool using AI" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "icons": { "16": "logo_16.png", "48": "logo_48.png", "128": "logo_128.png" }, "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": [ "contentScript.js" ] } ], "web_accessible_resources": [ { "resources": [ "google.png" ], "matches": [ "<all_urls>" ] } ] }