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", "name": "TubeSumma: YouTube Summarizer", "description": "TubeSumma allows you to quickly summarize YouTube videos, capturing essential ideas without watching the whole video. ", "version": "0.1.4", "manifest_version": 3, "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": [ "content.js" ] } ], "permissions": [], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "host_permissions": [ "https:\/\/accounts.google.com\/" ], "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" } }