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 Jul 20, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SkipWatch: AI YouTube Summarizer", "description": "SkipWatch is an AI-powered YouTube Summarizer that summarizes YouTube videos in seconds", "version": "1.0.4", "action": { "default_icon": "assets\/icons\/icon_128.png" }, "permissions": [ "tabs" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "icons": { "16": "assets\/icons\/icon_16.png", "32": "assets\/icons\/icon_32.png", "48": "assets\/icons\/icon_48.png", "64": "assets\/icons\/icon_64.png", "128": "assets\/icons\/icon_128.png" }, "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "content_scripts": [ { "js": [ "assets\/main.tsx-loader.865125c3.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "assets\/icons\/icon_128.png" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/www.youtube.com\/*" ], "resources": [ "assets\/main.tsx.7c5bf202.js" ], "use_dynamic_url": false } ] }