GPT Detector by AE Studio

Quickly identify GPT-generated text.

O que é GPT Detector by AE Studio?

GPT Detector by AE Studio é uma extensão do Chrome desenvolvida por Agency Enterprise, e sua principal característica é "Quickly identify GPT-generated text.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão GPT Detector by AE Studio

Baixe arquivos de extensão GPT Detector by AE Studio 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

                        GPT Detector helps you identify GPT-generated text in an instant! 

> Select text
> Right click on selected text;
> Run GPT Detector;

See the probabilities that the text is generated by GPT.

Made with <3 by AE.Studio                    

Informações Básicas da Extensão

Nome GPT Detector by AE Studio GPT Detector by AE Studio
ID njelhmhbmdjpcapfjiempohoipkgegmp
URL Oficial https://chromewebstore.google.com/detail/gpt-detector-by-ae-studio/njelhmhbmdjpcapfjiempohoipkgegmp
Descrição Quickly identify GPT-generated text.
Tamanho do Arquivo 146 KB
Contagem de Instalações 219
Versão Atual 1.2
Última Atualização 2023-01-10
Data de Publicação 2022-12-18
Classificação 2.00/5 Total de 1 Avaliações
Desenvolvedor Agency Enterprise
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://ae.studio
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GPT Detector by AE Studio",
    "manifest_version": 3,
    "version": "1.2",
    "description": "Quickly identify GPT-generated text.",
    "permissions": [
        "contextMenus",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "scripts.js"
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}