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": "Youtube Summary with ChatGPT | VidRapid", "description": "VidRapid is an AI-based Video Summarization Tool for YouTube. It quickly analyzes videos and provides concise summaries", "version": "1.1.7", "permissions": [], "host_permissions": [ "https:\/\/*.youtube.com\/watch*" ], "icons": { "16": ".\/images\/logo.png", "32": ".\/images\/logo.png", "48": ".\/images\/logo.png", "128": ".\/images\/logo.png" }, "action": { "default_icon": { "16": ".\/images\/logo.png", "32": ".\/images\/logo.png", "48": ".\/images\/logo.png", "128": ".\/images\/logo.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch*" ], "css": [ "main.css" ], "js": [ "popup.js" ] } ] }