WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
MaxAI: Ask AI anything as you browse (GPT, Gemini, Claude, Grok, etc.)

MaxAI: Ask AI anything as you browse (GPT, Gemini, Claude, Grok, etc.)

View on Chrome Web Store
View MaxAI: Ask AI anything as you browse (GPT, Gemini, Claude, Grok, etc.) Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (14,290 ratings)
1 new ratings
13 views
This extension has been viewed 13 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.

Save time with your AI assistant that helps you read, write, and search faster wherever you work online.
Type
Extension
Users
800,000 users
50K
Website maxai.co
MaxAI
View author page of MaxAI
Featured Extension

Hand-picked for quality and usefulness

Published
Published on March 20, 2023
Version 8.20.1
Manifest version
3
Updated
Updated on June 13, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View MaxAI: Ask AI anything as you browse (GPT, Gemini, Claude, Grok, etc.) 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",
    "name": "__MSG_name__",
    "version": "8.20.1",
    "short_name": "__MSG_sn__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "import_content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.maxai.co\/*"
            ],
            "js": [
                "import_apps_content-scripts_checkMaxAIStatus.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "all_frames": false,
            "js": [
                "import_apps_content-scripts_injectDocumentStart.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/docs.google.com\/*"
            ],
            "all_frames": false,
            "js": [
                "apps\/content-scripts\/website\/googleDoc.js"
            ],
            "run_at": "document_start",
            "world": "MAIN"
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "import_apps_content-scripts_iframeDocumentEnd.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "options_ui": {
        "page": "pages\/settings\/index.html",
        "open_in_tab": true
    },
    "permissions": [
        "tabs",
        "scripting",
        "storage",
        "management",
        "contextMenus",
        "clipboardRead",
        "clipboardWrite",
        "declarativeNetRequestWithHostAccess"
    ],
    "action": {
        "default_icon": {
            "16": "assets\/USE_CHAT_GPT_AI\/icons\/maxai_16_normal.png",
            "24": "assets\/USE_CHAT_GPT_AI\/icons\/maxai_32_normal.png",
            "32": "assets\/USE_CHAT_GPT_AI\/icons\/maxai_32_normal.png"
        },
        "default_title": "MaxAI",
        "default_popup": "pages\/popup\/index.html"
    },
    "icons": {
        "16": "assets\/USE_CHAT_GPT_AI\/icons\/maxai_16_normal.png",
        "32": "assets\/USE_CHAT_GPT_AI\/icons\/maxai_32_normal.png",
        "48": "assets\/USE_CHAT_GPT_AI\/icons\/maxai_48_normal.png",
        "128": "assets\/USE_CHAT_GPT_AI\/icons\/maxai_128_normal.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+J",
                "windows": "Alt+J",
                "linux": "Alt+J",
                "mac": "Command+J"
            },
            "description": "Active MaxAI"
        },
        "open-immersive-chat": {
            "suggested_key": {
                "default": "Alt+I",
                "windows": "Alt+I",
                "linux": "Alt+I",
                "mac": "Command+I"
            },
            "description": "Open immersive chat"
        },
        "toggle-page-translator": {
            "description": "Translate webpage",
            "suggested_key": {
                "default": "Alt+A"
            }
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "worker.js",
                "i18n\/locales\/*",
                "pages\/pdf\/*",
                "content.css",
                "content_style.css",
                "chunks\/*.js",
                "assets\/*",
                "pages\/*",
                "apps\/*",
                "content.js",
                "apps\/content-scripts\/checkMaxAIStatus.js",
                "apps\/content-scripts\/injectDocumentStart.js",
                "apps\/content-scripts\/iframeDocumentEnd.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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