WebExtension.net
WebExtension.net

MaxAI.me: 1-click AI powered by GPT-4o, Claude 3, Gemini 1.5

View on Chrome Web Store
View MaxAI.me: 1-click AI powered by GPT-4o, Claude 3, Gemini 1.5 Chrome Extension on Chrome Web Store
4.8 (13,974 ratings)
3 new ratings

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

Use 1-click AI anywhere, powered by ChatGPT, Claude 3, Gemini 1.5, GPT-4o. The only generative AI extension you need.
Type
Extension
Users
900,000 users
Website maxai.me
MaxAI
View author page of MaxAI
Featured Extension

Hand-picked for quality and usefulness

Published
Published on March 20, 2023
Version 5.1.14
Manifest version
3
Updated
Updated on November 17, 2024
View on Chrome Web Store
View MaxAI.me: 1-click AI powered by GPT-4o, Claude 3, Gemini 1.5 Chrome Extension on Chrome Web Store
productivity/tools
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "5.1.14",
    "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": [
                "<all_urls>"
            ],
            "js": [
                "import_searchWithAI.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/app.maxai.me\/*"
            ],
            "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"
    ],
    "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.me",
        "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": {
        "show-floating-menu": {
            "suggested_key": {
                "default": "Shift+Alt+I",
                "windows": "Shift+Alt+I",
                "linux": "Shift+Alt+I",
                "mac": "Shift+Command+I"
            },
            "description": "Draft new text"
        },
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+J",
                "windows": "Alt+J",
                "linux": "Alt+J",
                "mac": "Command+J"
            },
            "description": "Active MaxAI.me"
        },
        "open-immersive-chat": {
            "suggested_key": {
                "default": "Alt+I",
                "windows": "Alt+I",
                "linux": "Alt+I",
                "mac": "Command+I"
            },
            "description": "Open immersive chat"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "worker.js",
                "i18n\/locales\/*",
                "pages\/pdf\/*",
                "content.css",
                "content_style.css",
                "searchWithAI.css",
                "chunks\/*.js",
                "assets\/*",
                "pages\/*",
                "apps\/*",
                "content.js",
                "searchWithAI.js",
                "apps\/content-scripts\/checkMaxAIStatus.js",
                "apps\/content-scripts\/injectDocumentStart.js",
                "apps\/content-scripts\/iframeDocumentEnd.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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