WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Multi Search & Multi AI

Multi Search & Multi AI

View on Chrome Web Store
View Multi Search & Multi AI Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (36 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Search or Chat with ChatGPT, Claude, Google, Reddit and many more — all at once, without switching tabs! 10x Producivity speed boost
Type
Extension
Users
1,000 users
41
ApeX
View author page of ApeX
Published
Published on February 19, 2024
Version 1.0.65
Manifest version
3
Updated
Updated on February 12, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Multi Search & Multi AI Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top