NOT OFFICAL Chat GPT Chrome

NOT OFFICAL Chat GPT for Google Chrome extension

什麼是NOT OFFICAL Chat GPT Chrome?

NOT OFFICAL Chat GPT Chrome是由Ali Kaan BAŞHAN開發的Chrome擴展程式,該擴展的主要功能是“NOT OFFICAL Chat GPT for Google Chrome extension”。

擴展截圖

screenshot

下載NOT OFFICAL Chat GPT Chrome擴展crx文件

下載NOT OFFICAL Chat GPT Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Chat GPT Chrome , you can use chat gpt on google chrome browser. For use this extension just click the extension icon and this extension will connect to chat gpt. You can use chat gpt with this extension. Actuallly this extension open the chat gpt in popup area.                    

擴展基本資訊

名稱 NOT OFFICAL Chat GPT Chrome NOT OFFICAL Chat GPT Chrome
ID jfhkkohmdboppgpgikfogaipnkfkapdp
官方網址 https://chromewebstore.google.com/detail/not-offical-chat-gpt-chro/jfhkkohmdboppgpgikfogaipnkfkapdp
簡介 NOT OFFICAL Chat GPT for Google Chrome extension
檔案大小 45.36 KB
安裝次數 517
目前版本 1.1
更新時間 2023-05-06
上架時間 2023-02-26
開發者 Ali Kaan BAŞHAN
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "hello.png",
            "38": "hello.png",
            "48": "hello.png",
            "128": "hello.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "popup\/index.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/api\/auth\/session"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "description": "NOT OFFICAL Chat GPT for Google Chrome extension",
    "icons": {
        "16": "hello.png",
        "32": "hello.png",
        "48": "hello.png",
        "128": "hello.png"
    },
    "manifest_version": 3,
    "name": "NOT OFFICAL Chat GPT Chrome",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1"
}