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 & Article AI Summary by Orfeev", "version": "1.5", "description": "AI-powered summarization of web articles and YouTube videos", "icons": { "48": "icons\/image_fx_ff.png", "96": "icons\/image_fx_ff.png", "128": "icons\/image_fx_ch_128.png" }, "permissions": [ "activeTab", "storage", "offscreen" ], "host_permissions": [ "<all_urls>" ], "action": { "default_icon": "icons\/image_fx_ff.png", "default_popup": "popup\/popup.html" }, "background": { "service_worker": "service-worker.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content-scripts\/content.js" ] } ], "options_ui": { "page": "settings\/settings.html", "open_in_tab": true } }