ScanGPT

Our extension makes it simple to find GPT-generated text on any website or any text given to it.

O que é ScanGPT?

ScanGPT é uma extensão do Chrome desenvolvida por https://scangpt.wtf, e sua principal característica é "Our extension makes it simple to find GPT-generated text on any website or any text given to it.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão ScanGPT

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

                        This Chrome extension makes it easy to find GPT-generated text on any web page. By quickly scanning the page contents with the click of a button, users can easily identify GPT-generated text and determine whether or not it is relevant to their search. The extension shows GPT probability for each paragraph in the site.  With this useful extension, users can quickly and easily find GPT-generated text on any web page. The extension now even lets you can the text you provide to it and give accurate results.                    

Informações Básicas da Extensão

Nome ScanGPT ScanGPT
ID goaaajgmfpnfebljepkcdmlmjfpeamko
URL Oficial https://chromewebstore.google.com/detail/scangpt/goaaajgmfpnfebljepkcdmlmjfpeamko
Descrição Our extension makes it simple to find GPT-generated text on any website or any text given to it.
Tamanho do Arquivo 17.63 KB
Contagem de Instalações 252
Versão Atual 1.2.8
Última Atualização 2024-02-28
Data de Publicação 2023-01-10
Classificação 4.25/5 Total de 4 Avaliações
Desenvolvedor https://scangpt.wtf
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://scangpt.wtf
URL da Página de Ajuda https://scangpt.wtf/support
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ScanGPT",
    "description": "Our extension makes it simple to find GPT-generated text on any website or any text given to it.",
    "version": "1.2.8",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/scangpt.wtf\/*"
    ],
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "scan-gpt.png",
        "48": "scan-gpt.png",
        "128": "scan-gpt.png"
    },
    "action": {
        "default_icon": "scan-gpt.png",
        "default_popup": "popup.html",
        "default_title": "ScanGPT"
    }
}