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, "version": "4.3.1", "name": "GetBotAI: AI Plagiarism & GPT-4o & Gemini 1.5 Pro\/Flash & Claude 3.5 Sonnet", "description": "GetBotAI support chat with all AI models (ChatGpt, Gemini, Claude, etc.) for advanced AI search, read, and write.", "content_security_policy": { "extension_pages": "worker-src 'self'; script-src 'self'; object-src 'self'" }, "action": { "default_title": "Toggle GetBot AI sidebar" }, "icons": { "16": "assets\/logo48.png", "32": "assets\/logo48.png", "48": "assets\/logo48.png", "128": "assets\/logo128.png" }, "side_panel": { "default_path": "sidepanel.html" }, "background": { "service_worker": "background\/index.js" }, "options_page": "options.html", "commands": { "open-chat": { "suggested_key": { "default": "Ctrl+B", "mac": "Command+B" }, "description": "Open a chat window on the current page or navigate to GetBot domain by pressing above commands" } }, "content_scripts": [ { "js": [ "content\/index.js" ], "matches": [ "<all_urls>" ], "exclude_matches": [ "*:\/\/*.getbot.ai\/*", "*:\/\/getbot.ai\/*", "http:\/\/localhost:3000\/*" ], "run_at": "document_idle" }, { "js": [ "content\/proxy.js" ], "matches": [ "*:\/\/*.getbot.ai\/*", "*:\/\/getbot.ai\/*", "http:\/\/localhost:3000\/*" ], "run_at": "document_idle" } ], "host_permissions": [ "<all_urls>" ], "permissions": [ "activeTab", "storage", "sidePanel", "contextMenus" ], "web_accessible_resources": [ { "resources": [ "assets\/*" ], "matches": [ "*:\/\/*\/*" ] }, { "resources": [ "\/extension_id.js" ], "matches": [ "*:\/\/*.getbot.ai\/*", "*:\/\/getbot.ai\/*", "http:\/\/localhost:3000\/*" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.getbot.ai\/*", "*:\/\/getbot.ai\/*", "http:\/\/localhost:3000\/*" ] } }