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": "__MSG_appName__", "version": "2.7.7", "description": "__MSG_appDescription__", "default_locale": "ko", "action": { "default_popup": "popup.html", "default_icon": { "16": "icon.png", "48": "icon.png", "128": "icon-128.png" } }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon-128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "storage", "activeTab", "windows", "contextMenus", "scripting" ], "host_permissions": [ "https:\/\/generativelanguage.googleapis.com\/*", "https:\/\/gemini.google.com\/*", "https:\/\/www.youtube.com\/*", "https:\/\/youtube.com\/*" ], "optional_host_permissions": [ "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/gemini.google.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/youtube.com\/*" ], "js": [ "youtube-content.js" ], "run_at": "document_end", "css": [ "youtube-button.css" ] } ] }