ChatGPT For Explorer

You can use it to search for answers through ChatGPT at any time.

What is ChatGPT For Explorer?

ChatGPT For Explorer is a Chrome extension developed by golefig, and its main feature is "You can use it to search for answers through ChatGPT at any time.".

Extension Screenshots

screenshot

Download ChatGPT For Explorer Extension CRX File

Download ChatGPT For Explorer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        You can use it to search for answers through ChatGPT at any time.                    

Extension Basic Information

Name ChatGPT For Explorer ChatGPT For Explorer
ID iapjmmepmeidbibbpkcbpejcjojjppmd
Official URL https://chromewebstore.google.com/detail/chatgpt-for-explorer/iapjmmepmeidbibbpkcbpejcjojjppmd
Description You can use it to search for answers through ChatGPT at any time.
File Size 655 KB
Installation Count 168
Current Version 0.0.3
Last Updated 2023-04-18
Publish Date 2023-02-13
Rating 5.00/5 Total 1 Ratings
Developer golefig
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT For Explorer",
    "description": "You can use it to search for answers through ChatGPT at any time.",
    "version": "0.0.3",
    "icons": {
        "16": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "ChatGPT For Explorer",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icon.png",
            "48": "assets\/icon.png",
            "128": "assets\/icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content.js"
            ]
        }
    ],
    "options_page": "options.html"
}