WebExtension.net
Toggle dark mode
WebExtension.net

Chat GPT 4o

View on Chrome Web Store
View Chat GPT 4o Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (5 ratings)
1 new ratings
0 views
This extension has been viewed 0 times

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

Chat GPT 4o app: interact with OpenAI Chat GPT 4o for instant answers and chat history at your fingertips.
Type
Extension
Users
1,000 users
4
fadelmalnab
View author page of fadelmalnab
Published
Published on September 20, 2024
Version 1.2.6
Manifest version
3
Updated
Updated on February 19, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Chat 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_appName__",
    "description": "__MSG_shortDesc__",
    "default_locale": "en",
    "version": "1.2.6",
    "action": {
        "default_icon": {
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "sidePanel",
        "windows"
    ],
    "host_permissions": [
        "https:\/\/addify.pro\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "full_index.html",
                "icons\/*",
                "styles.css",
                "chat\/markdown_parser\/marked.min.js",
                "chat\/markdown_parser\/purify.min.js",
                "popup.js",
                "sidebar.js",
                "chat\/greeting\/greeting.js",
                "user_info\/translations\/language-switcher.js",
                "user_info\/translations\/language-switcher.css",
                "chat\/action_buttons\/action-buttons.js",
                "chat\/action_buttons\/prompts.js",
                "chat\/action_buttons\/action-buttons.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "prompts.json"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "side_panel": {
        "default_path": "index.html"
    }
}
© 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