WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
AI Assistant for ChatGPT(GPT4o,Claude3,AI drawing)

AI Assistant for ChatGPT(GPT4o,Claude3,AI drawing)

View on Chrome Web Store
View AI Assistant for ChatGPT(GPT4o,Claude3,AI drawing) Chrome Extension on Chrome Web Store
Add to bookmarks
4.1 (25 ratings)
1 new ratings
5 views
This extension has been viewed 5 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.

Free ChatGPT Sideba, an artificial intelligence assistant developed using GPT-3.5 and GPT-4 technologies from OpenAI.
Type
Extension
Users
290 users
1
Mallory Tran
View author page of Mallory Tran
Published
Published on February 26, 2024
Version 1.1.9
Manifest version
3
Updated
Updated on July 18, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View AI Assistant for ChatGPT(GPT4o,Claude3,AI drawing) 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": "__MSG_extName__",
    "version": "1.1.9",
    "description": "__MSG_extDes__",
    "default_locale": "en",
    "action": {
        "default_icon": ".\/assets\/logo_purple.png"
    },
    "options_ui": {
        "page": ".\/dist\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "icons": {
        "16": ".\/assets\/logo_purple.png",
        "48": ".\/assets\/logo_purple.png",
        "128": ".\/assets\/logo_purple.png"
    },
    "permissions": [
        "storage",
        "sidePanel"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/ai\/cjnjhdnihhheidkcheigpignjglmmheo",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/kodepay.io\/*"
            ],
            "js": [
                "dist\/contentScripts\/index.global.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "side_panel": {
        "default_path": ".\/dist\/popup\/index.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
© 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