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": "BrowserGPT by CIVAI", "version": "1.6.27", "description": "What's New: Image generation, Free Text Tools, Tab Management, Accessibility, Memory, Voice Browsing", "permissions": [ "tabs", "activeTab", "scripting", "webRequest", "storage", "offscreen", "notifications", "webNavigation", "power", "debugger", "contextMenus", "idle", "windows", "tabGroups" ], "action": { "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "commands": { "trigger-smartsense": { "suggested_key": { "default": "Alt+Space", "mac": "Alt+Space" }, "description": "Trigger SmartSense on active tab" } }, "content_scripts": [ { "matches": [ "*:\/\/browser.civai.co\/*", "*:\/\/browsergpt.co\/*", "*:\/\/localhost\/*", "*:\/\/127.0.0.1\/*" ], "js": [ "content-utils.js", "content.js", "offscreen.js", "js\/fingerprint.js", "socket.io.min.js", "pip-window-js\/pip-module.js", "pip-window-js\/document-pip.js", "pip-window-js\/marked.min.js", "pip-window-js\/bgptMarked.min.js", "js\/driver.js", "js\/html2canvas.min.js", "js\/rrweb.min.js", "microaction.js" ] }, { "matches": [ "<all_urls>" ], "exclude_matches": [ "*:\/\/browser.civai.co\/*", "*:\/\/browsergpt.co\/*", "*:\/\/localhost\/*", "*:\/\/127.0.0.1\/*", "file:\/\/*" ], "js": [ "content-utils.js", "content.js", "script.js", "offscreen.js", "js\/fingerprint.js", "socket.io.min.js", "realtime-src\/realtime-script.js", "pip-window-js\/pip-module.js", "pip-window-js\/document-pip.js", "pip-window-js\/marked.min.js", "pip-window-js\/bgptMarked.min.js", "js\/driver.js", "js\/html2canvas.min.js", "js\/rrweb.min.js", "microaction.js" ] } ], "host_permissions": [ "<all_urls>", "*:\/\/localhost\/*", "*:\/\/127.0.0.1\/*" ], "web_accessible_resources": [ { "resources": [ "offscreen.html", "replay.html", "replay.js", "script.js", "realtime-src\/realtime-script.js", "css\/*", "js\/*", "webfonts\/*", "\/pip-window-js\/pip-module.js", "\/pip-window-js\/document-pip.js", "\/pip-window-js\/marked.min.js", "\/pip-window-js\/bgptMarked.min.js", "\/pip-window\/css\/fonts.css", "settings.html", "test-settings.html", "settings.js" ], "matches": [ "<all_urls>" ] } ] }