NOT OFFICAL Chat GPT Chrome

NOT OFFICAL Chat GPT for Google Chrome extension

O que é NOT OFFICAL Chat GPT Chrome?

NOT OFFICAL Chat GPT Chrome é uma extensão do Chrome desenvolvida por Ali Kaan BAŞHAN, e sua principal característica é "NOT OFFICAL Chat GPT for Google Chrome extension".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão NOT OFFICAL Chat GPT Chrome

Baixe arquivos de extensão NOT OFFICAL Chat GPT Chrome no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome NOT OFFICAL Chat GPT Chrome NOT OFFICAL Chat GPT Chrome
ID jfhkkohmdboppgpgikfogaipnkfkapdp
URL Oficial https://chromewebstore.google.com/detail/not-offical-chat-gpt-chro/jfhkkohmdboppgpgikfogaipnkfkapdp
Descrição NOT OFFICAL Chat GPT for Google Chrome extension
Tamanho do Arquivo 45.36 KB
Contagem de Instalações 517
Versão Atual 1.1
Última Atualização 2023-05-06
Data de Publicação 2023-02-26
Desenvolvedor Ali Kaan BAŞHAN
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}