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": "Multi Search & Multi AI",
"description": "Search or Chat with ChatGPT, Claude, Google, Reddit and many more \u2014 all at once, without switching tabs! 10x Producivity speed boost",
"version": "1.0.65",
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"96": "icons\/icon-96.png",
"128": "icons\/icon-128.png"
},
"action": {
"default_title": "Multi Search & Multi AI",
"default_popup": "popup\/popup.html"
},
"omnibox": {
"keyword": "ms"
},
"permissions": [
"webNavigation",
"declarativeNetRequest",
"storage",
"tabs"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "o.js"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "mobileUA",
"enabled": true,
"path": "rules.json"
}
]
},
"web_accessible_resources": [
{
"resources": [
"new-tab\/index.html"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"icons\/side-widget.svg"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"all_frames": true,
"run_at": "document_end",
"js": [
"rh.js"
]
}
]
}