StealthGPT

Enhance your AI-writing experience with StealthGPT, a Chrome extension designed to bring stealth and undetectability to your…

O que é StealthGPT?

StealthGPT é uma extensão do Chrome desenvolvida por https://stealthgpt.ai, e sua principal característica é "Enhance your AI-writing experience with StealthGPT, a Chrome extension designed to bring stealth and undetectability to your…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão StealthGPT

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

                        Enhance your AI-writing experience with StealthGPT, a Chrome extension designed to bring stealth and undetectability to your AI-written text.

This tool integrates with any StealthGPT Plan, whether Essential, Pro, or Exclusive, including corresponding free trials.

Once installed and connected with your StealthGPT account, the extension offers two powerful features. You can either:

1.) "Stealthify" the most recent message in any ChatGPT conversation by clicking "Send to Stealth", or
2.) Highlight text on any webpage and select "Send to Stealth" from your right-click menu to stealthify selected content.

As StealthGPT works its magic, the icon in your menu bar will turn yellow to indicate loading. Once the icon turns green, your stealthy text is ready! You'll also receive a Stealth Score, helping you understand the 'undetectability' of your text.

Experience the power of StealthGPT in your browser and make your text more subtle and hard to detect as AI-written.                    

Informações Básicas da Extensão

Nome StealthGPT StealthGPT
ID cgbeoilpeagnpjjhfoomncafmnebikmb
URL Oficial https://chromewebstore.google.com/detail/stealthgpt/cgbeoilpeagnpjjhfoomncafmnebikmb
Descrição Enhance your AI-writing experience with StealthGPT, a Chrome extension designed to bring stealth and undetectability to your…
Tamanho do Arquivo 44.44 KB
Contagem de Instalações 14,588
Versão Atual 1.0
Última Atualização 2023-06-13
Data de Publicação 2023-06-12
Classificação 4.57/5 Total de 7 Avaliações
Desenvolvedor https://stealthgpt.ai
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://stealthgpt.ai
URL da Página de Ajuda https://stealthgpt.ai/extension
URL da Página de Política de Privacidade https://stealthgpt.ai/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "StealthGPT",
    "version": "1.0",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "action": {
        "default_popup": "popup\/index.html"
    },
    "background": {
        "service_worker": "background\/index.js"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_scripts\/index.js"
            ]
        }
    ],
    "icons": {
        "16": ".\/assets\/icon16.png",
        "48": ".\/assets\/icon48.png",
        "128": ".\/assets\/icon128.png"
    }
}