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": "Ultra", "description": "Ultra enhances your ChatGPT: build web apps, tailor prompt libraries, integrate with Docs, Gmail, sites, YouTube, and save prompts", "version": "3.073", "author": "Vlad Bretgoltz", "content_security_policy": { "script-src": "'self' 'unsafe-eval'", "unsafe-eval": "object-src 'self'", "style-src": "'self' 'unsafe-inline'", "extension_pages": "script-src 'self'; object-src 'self'; frame-src https:\/\/ext.getultra.ai;" }, "icons": { "16": "\/assets\/images\/logo.png", "32": "\/assets\/images\/logo.png", "48": "\/assets\/images\/logo.png", "128": "\/assets\/images\/logo.png" }, "action": { "default_title": "Ultra" }, "permissions": [ "activeTab", "contextMenus", "scripting", "storage", "tabs", "webRequest" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "commands": { "ultra_ai": { "suggested_key": { "windows": "Alt+J", "default": "Alt+J", "mac": "Command+J" }, "description": "Run AI Assistant" } }, "web_accessible_resources": [ { "resources": [ "*.html" ], "matches": [ "https:\/\/*\/*" ] }, { "resources": [ "assets\/images\/*.*" ], "matches": [ "https:\/\/*\/*" ] } ], "background": { "service_worker": "assets\/scripts\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/chatgpt.com\/*" ], "css": [ "assets\/scripts\/content.css" ] }, { "matches": [ "https:\/\/docs.google.com\/spreadsheets\/*" ], "css": [ "assets\/scripts\/google-sheets.css" ] } ] }