CatchGPT

CatchGPT | Chat GPT detector

O que é CatchGPT?

CatchGPT é uma extensão do Chrome desenvolvida por https://catchgpt.ai, e sua principal característica é "CatchGPT | Chat GPT detector".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão CatchGPT

Baixe arquivos de extensão CatchGPT 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

                        CatchGPT detects AI Written Text and Images in One Click!

Separating Signal from the Noise.

It is becoming increasingly important to differentiate specialized human-generated knowledge from AI-generated knowledge. The mission is to retain human-induced knowledge's value for future progress.

How to Use: https://www.catchgpt.ai/how-to-use

Privacy Policy: http://www.catchgpt.ai/privacy-policy                    

Informações Básicas da Extensão

Nome CatchGPT CatchGPT
ID kaodldigfljjcdeghjccakdjiehlgbig
URL Oficial https://chromewebstore.google.com/detail/catchgpt/kaodldigfljjcdeghjccakdjiehlgbig
Descrição CatchGPT | Chat GPT detector
Tamanho do Arquivo 29.65 KB
Contagem de Instalações 557
Versão Atual 4.1.0
Última Atualização 2023-04-23
Data de Publicação 2023-04-20
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://catchgpt.ai
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.catchgpt.ai/
URL da Página de Política de Privacidade https://www.catchgpt.ai/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CatchGPT",
    "version": "4.1.0",
    "manifest_version": 3,
    "description": "CatchGPT | Chat GPT detector",
    "action": {
        "default_title": "CatchGPT",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "permissions": [
        "scripting",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}