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": "Summify: Free YouTube and Web Summarizer", "description": "Summarize Webpages and YouTube videos with ease!", "version": "1.0.14", "permissions": [ "scripting", "activeTab", "storage" ], "background": { "service_worker": "src\/background\/background.js" }, "action": { "default_popup": "src\/popup\/summify.html", "default_icon": "src\/popup\/images\/Summify_icon.png" }, "host_permissions": [ "https:\/\/*.youtube.com\/*", "https:\/\/simple-python-qr5s.onrender.com\/*" ] }