WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
ChatGPT Assistant - GPT Search

ChatGPT Assistant - GPT Search

View on Chrome Web Store
View ChatGPT Assistant - GPT Search Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 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.

Enhanced OpenAI ChatGPT directly Google search response. Get access to ChatGPT on any website. Chat GPT everywhere.
Type
Extension
Users
374 users
1
Master Tools
View author page of Master Tools
Published
Published on February 15, 2025
Version 1.0.0
Manifest version
3
Updated
Updated on February 15, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View ChatGPT Assistant - GPT Search 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,
    "version": "1.0.0",
    "name": "__MSG_name__",
    "default_locale": "en",
    "description": "__MSG_desc__",
    "action": {
        "default_icon": {
            "48": "assets\/icons\/logo.png",
            "128": "assets\/icons\/logo.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "css": [
                "assets\/css\/content.css"
            ],
            "exclude_matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/chatgpt.com\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "assets\/icons\/logo.png",
        "19": "assets\/icons\/logo.png",
        "32": "assets\/icons\/logo.png",
        "38": "assets\/icons\/logo.png",
        "48": "assets\/icons\/logo.png",
        "128": "assets\/icons\/logo.png"
    },
    "background": {
        "service_worker": "scripts\/bg.js"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "declarativeNetRequest",
        "activeTab"
    ],
    "host_permissions": [
        "<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