StealthGPT

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

¿Qué es StealthGPT?

StealthGPT es una extensión de Chrome desarrollada por https://stealthgpt.ai, y su función principal es "Enhance your AI-writing experience with StealthGPT, a Chrome extension designed to bring stealth and undetectability to your…".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión StealthGPT

Descarga archivos de extensión StealthGPT en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre StealthGPT StealthGPT
ID cgbeoilpeagnpjjhfoomncafmnebikmb
URL Oficial https://chromewebstore.google.com/detail/stealthgpt/cgbeoilpeagnpjjhfoomncafmnebikmb
Descripción Enhance your AI-writing experience with StealthGPT, a Chrome extension designed to bring stealth and undetectability to your…
Tamaño del Archivo 44.44 KB
Cantidad de Instalaciones 14,588
Versión Actual 1.0
Última Actualización 2023-06-13
Fecha de Publicación 2023-06-12
Calificación 4.57/5 Total de 7 Calificaciones
Desarrollador https://stealthgpt.ai
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://stealthgpt.ai
URL de la Página de Ayuda https://stealthgpt.ai/extension
URL de la Página de Política de Privacidad https://stealthgpt.ai/privacy
Idiomas Soportados 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"
    }
}