Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Snippy Summary - AI YouTube Summarizer", "description": "Free AI YouTube Summarizer with Gemini. One-click summaries, timestamps, custom prompts. 11 languages. Bring your API key.", "version": "2.2.10", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "permissions": [ "activeTab", "tabs", "storage", "scripting", "identity", "contextMenus" ], "host_permissions": [ "<all_urls>", "https:\/\/api.groq.com\/*", "https:\/\/*.youtube.com\/*", "https:\/\/youtu.be\/*", "https:\/\/api.cerebras.ai\/*", "https:\/\/snippysummary.com\/*", "http:\/\/localhost:3000\/*", "http:\/\/127.0.0.1:3000\/*" ], "web_accessible_resources": [ { "resources": [ "onboarding\/*" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'none'; base-uri 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; connect-src 'self' https:\/\/*.googleapis.com https:\/\/www.youtube.com https:\/\/www.youtube.com\/oembed https:\/\/api.groq.com https:\/\/api.cerebras.ai https:\/\/snippysummary.com http:\/\/localhost:3000 http:\/\/127.0.0.1:3000" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Snippy Summary one click youtube summary", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content-scripts\/content.js" ] } ] }