StealthGPT

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

Qu'est-ce que StealthGPT ?

StealthGPT est une extension Chrome développée par https://stealthgpt.ai, et sa fonction principale est "Enhance your AI-writing experience with StealthGPT, a Chrome extension designed to bring stealth and undetectability to your…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension StealthGPT

Téléchargez les fichiers d'extension StealthGPT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom StealthGPT StealthGPT
ID cgbeoilpeagnpjjhfoomncafmnebikmb
URL Officiel https://chromewebstore.google.com/detail/stealthgpt/cgbeoilpeagnpjjhfoomncafmnebikmb
Description Enhance your AI-writing experience with StealthGPT, a Chrome extension designed to bring stealth and undetectability to your…
Taille du Fichier 44.44 KB
Nombre d'Installations 14,588
Version Actuelle 1.0
Dernière Mise à Jour 2023-06-13
Date de Publication 2023-06-12
Évaluation 4.57/5 Total 7 Évaluations
Développeur https://stealthgpt.ai
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://stealthgpt.ai
URL de la Page d'Aide https://stealthgpt.ai/extension
URL de la Page de Politique de Confidentialité https://stealthgpt.ai/privacy
Langues Prises en Charge 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"
    }
}