NOT OFFICAL Chat GPT Chrome

NOT OFFICAL Chat GPT for Google Chrome extension

What is NOT OFFICAL Chat GPT Chrome?

NOT OFFICAL Chat GPT Chrome is a Chrome extension developed by Ali Kaan BAŞHAN, and its main feature is "NOT OFFICAL Chat GPT for Google Chrome extension".

Extension Screenshots

screenshot

Download NOT OFFICAL Chat GPT Chrome Extension CRX File

Download NOT OFFICAL Chat GPT Chrome 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

                        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.                    

Extension Basic Information

Name NOT OFFICAL Chat GPT Chrome NOT OFFICAL Chat GPT Chrome
ID jfhkkohmdboppgpgikfogaipnkfkapdp
Official URL https://chromewebstore.google.com/detail/not-offical-chat-gpt-chro/jfhkkohmdboppgpgikfogaipnkfkapdp
Description NOT OFFICAL Chat GPT for Google Chrome extension
File Size 45.36 KB
Installation Count 517
Current Version 1.1
Last Updated 2023-05-06
Publish Date 2023-02-26
Developer Ali Kaan BAŞHAN
Email [email protected]
Payment Type free
Supported Languages 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"
}