WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
ChatGPT Sidebar Assistant(GPT-4o)

ChatGPT Sidebar Assistant(GPT-4o)

View on Chrome Web Store
View ChatGPT Sidebar Assistant(GPT-4o) Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (317 ratings)
1 new ratings
6 views
This extension has been viewed 6 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 Sidebar Assistant is a AI chatbot developed based on OpenAI’s ChatGPT 3.5 and 4 models.
Type
Extension
Users
2,000 users
1K
Mallory Tran
View author page of Mallory Tran
Published
Published on February 19, 2024
Version 1.1.9
Manifest version
3
Updated
Updated on July 19, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View ChatGPT Sidebar Assistant(GPT-4o) 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.png"
    },
    "options_ui": {
        "page": ".\/dist\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "icons": {
        "16": ".\/assets\/logo.png",
        "48": ".\/assets\/logo.png",
        "128": ".\/assets\/logo.png"
    },
    "permissions": [
        "storage",
        "sidePanel"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/ai\/doalefhfhoencpklgkmabcakndkniddl",
    "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