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 Studio GPT", "version": "0.7", "description": "Quickly reply to your YouTube channel comments in 3 click using AI", "permissions": [ "identity", "storage" ], "oauth2": { "client_id": "2272240871858-lco2otv3j1ohq8qa42msjg4f29ou0lbv.apps.googleusercontent.com", "scopes": [ "profile", "email" ] }, "icons": { "48": "images\/ytsgpt-logo.png" }, "action": { "default_popup": "popup\/popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/studio.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "content.js" ], "css": [ "styles\/content.css", "styles\/loader.css" ] } ], "web_accessible_resources": [ { "resources": [ "icons\/icon.png", "tabs\/dashboard.html" ], "matches": [ "<all_urls>" ] } ], "host_permissions": [ "https:\/\/mlkv.xyz\/*" ] }