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 (Operator)", "version": "1.4.5", "description": "What's New: Pass Job Interviews with Smartsense, Try out the Amazing Realtime Voice Mode!", "permissions": [ "tabs", "activeTab", "scripting", "webRequest", "storage", "offscreen", "notifications", "webNavigation", "power", "debugger" ], "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" }, "content_scripts": [ { "matches": [ "*:\/\/browser.civai.co\/*", "*:\/\/browsergpt.co\/*", "*:\/\/localhost\/*", "*:\/\/127.0.0.1\/*" ], "js": [ "content.js", "offscreen.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" ] }, { "matches": [ "<all_urls>" ], "exclude_matches": [ "*:\/\/browser.civai.co\/*", "*:\/\/browsergpt.co\/*", "*:\/\/localhost\/*", "*:\/\/127.0.0.1\/*", "file:\/\/*" ], "js": [ "content.js", "script.js", "offscreen.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" ] } ], "host_permissions": [ "<all_urls>", "*:\/\/localhost\/*", "*:\/\/127.0.0.1\/*" ], "web_accessible_resources": [ { "resources": [ "offscreen.html", "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" ], "matches": [ "<all_urls>" ] } ] }