Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "short_name": "StylerGPT", "description": "__MSG_appDesc__", "default_locale": "en", "version": "2024.12.9", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "96": "icons\/96.png", "128": "icons\/128.png", "256": "icons\/256.png", "512": "icons\/512.png" }, "action": { "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "96": "icons\/96.png", "128": "icons\/128.png", "256": "icons\/256.png", "512": "icons\/512.png" }, "default_title": "StylerGPT \u2192 Ctrl\/Cmd + Alt + S" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "sidePanel", "storage", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/chatgpt.com\/*" ], "optional_host_permissions": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.sora.com\/*" ], "side_panel": { "default_path": "index.html", "default_title": "StylerGPT" }, "web_accessible_resources": [ { "resources": [ "css\/*", "images\/*", "onboarding.html" ], "matches": [ "https:\/\/chatgpt.com\/*", "*:\/\/*.youtube.com\/*", "*:\/\/*.sora.com\/*" ] } ] }