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": "Browser MCP - Automate your browser using VS Code, Cursor, Claude, and more", "version": "1.3.4", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "permissions": [ "debugger", "scripting", "storage", "tabs", "webNavigation" ], "host_permissions": [ "<all_urls>" ], "action": { "default_icon": "\/icon\/48.png", "default_title": "Browser MCP", "default_popup": "popup.html" }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+J" } } }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtnIVuyyr0emD2C79jB4F6dzNaurwhd5cJdGhJFhNkQ9YcSBMfKHQAivecCE7KuOImGJ9D7hPZYE2DzDR5j0NWlGn7K\/xNZer0t3d+AHJojWUgOMLYTXdn86WxjigdHIw3Bwbo9ElH0Z9pdNOrRy2SdXtCiq6iqTHUrXwxNdVnEKkAWPNyr5QcqmfJlq6iPuB36GUwo40XgKwVPxC9eChVWoK4U6XgNEkQf44oQRTxJkbvG7AYsU7LGaVdXXJwyKuwBhaQh5oHtAjjpujF9Sgwbd8IJSPBeF5ssRZAbCzr16yLV66D05\/1RodJSia7E5OafCx78C\/rLJ0tZyaOV+40wIDAQAB", "externally_connectable": { "matches": [ "https:\/\/*.browsermcp.io\/*" ] }, "default_locale": "en", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content-scripts\/content.js" ] } ], "web_accessible_resources": [ { "resources": [ "content-scripts\/content.css" ], "matches": [ "<all_urls>" ] } ] }