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 AI Summary (TLDR)", "version": "1.36.5", "description": "AI-powered summaries for YouTube videos", "permissions": [ "activeTab", "storage", "notifications", "identity", "identity.email" ], "host_permissions": [ "http:\/\/localhost:3000\/*", "https:\/\/*.youtube.com\/*", "https:\/\/youtube-tldr-api-4hw2xf7yga-uc.a.run.app\/*" ], "externally_connectable": { "matches": [ "http:\/\/localhost:3000\/*", "https:\/\/youtube-tldr-api-4hw2xf7yga-uc.a.run.app\/*" ] }, "oauth2": { "client_id": "567960889957-rbkh25gsg4bosdjlvvvjjtff83mrlckc.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "css": [ "styles.css" ], "js": [ "content.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } }, "background": { "service_worker": "background.js" }, "icons": { "128": "icon.png" } }