AIChatGPT

无需chatGPT账号体验chatGPT服务

What is AIChatGPT?

AIChatGPT is a Chrome extension developed by liujie0389, and its main feature is "无需chatGPT账号体验chatGPT服务".

Extension Screenshots

screenshot

Download AIChatGPT Extension CRX File

Download AIChatGPT 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

                        AIChatGPT可以让您随时随地体验ChatGPT的服务。使用这个插件,您可以在任何网页上快速启动聊天窗口,进行自然语言交互。

插件可以在Chrome浏览器的工具栏中找到,您只需点击它,即可打开一个聊天窗口,开始进行交互。通过这个插件,您可以提问关于任何主题的问题,并得到智能化的答案。

此外,还支持多种语言,您可以使用英语、中文、法语、西班牙语、德语等多种语言进行交互。

这是是一个非常方便的工具,获取有用的信息和知识。它是一款功能强大的插件,不仅可以为您提供智能化的答案,还可以提高您的语言技能和思维能力。                    

Extension Basic Information

Name AIChatGPT AIChatGPT
ID kgcdcjmgaopnbjpfdjabnghkdegaklcl
Official URL https://chromewebstore.google.com/detail/aichatgpt/kgcdcjmgaopnbjpfdjabnghkdegaklcl
Description 无需chatGPT账号体验chatGPT服务
File Size 474 KB
Installation Count 25
Current Version 0.0.1
Last Updated 2023-03-20
Publish Date 2023-03-20
Developer liujie0389
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AIChatGPT",
    "description": "\u65e0\u9700chatGPT\u8d26\u53f7\u4f53\u9a8cchatGPT\u670d\u52a1",
    "version": "0.0.1",
    "manifest_version": 3,
    "icons": {
        "16": ".\/assets\/logo.png",
        "128": ".\/assets\/logo.png"
    },
    "commands": {
        "type-open-popup": {
            "suggested_key": {
                "default": "Alt+G",
                "mac": "Alt+G"
            },
            "description": "\u6253\u5f00popup"
        }
    },
    "permissions": [
        "system.display",
        "windows",
        "tabs",
        "notifications",
        "commands",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "..\/options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-scripts\/main.js"
            ],
            "css": [
                "content-scripts\/style.css",
                "assets\/main-3ff43b4e.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/*"
            ]
        }
    ],
    "options_page": "options.html"
}