WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
ChatGPT Query

ChatGPT Query

View on Chrome Web Store
3.7 (3 ratings)
1 views
0 downloads

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

Adds the ability to query ChatGPT outside of the website automatically via links with the GET parameter named 'q'.
Type
Extension
Users
1,000 users
Patrik Martinko
Published
Version 1.0.5
Manifest version
3
Updated
productivity/tools
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Query",
    "description": "Adds the ability to query ChatGPT outside of the website automatically via links with the GET parameter named 'q'.",
    "version": "1.0.5",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}
© 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.