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": "SnipSolve AI - Screenshot questions & solve with GPT-4 Vision", "description": "Screenshot questions or select the text, and get it solved with GPT-4 Vision. Free using your own API Key", "version": "1.0.1", "permissions": [ "storage", "activeTab", "tabs", "sidePanel", "contextMenus" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "host_permissions": [ "<all_urls>" ], "side_panel": { "default_path": "index.html" }, "action": { "default_title": "SnipSolve AI" }, "content_scripts": [ { "js": [ "assets\/content.ts-loader-BoFot4zW.js" ], "matches": [ "<all_urls>" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "assets\/content.ts-BidyzE24.js" ], "use_dynamic_url": true } ] }