StealthGPT

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

What is StealthGPT?

StealthGPT is a Chrome extension developed by https://stealthgpt.ai, and its main feature is "Enhance your AI-writing experience with StealthGPT, a Chrome extension designed to bring stealth and undetectability to your…".

Extension Screenshots

screenshot
screenshot

Download StealthGPT Extension CRX File

Download StealthGPT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name StealthGPT StealthGPT
ID cgbeoilpeagnpjjhfoomncafmnebikmb
Official URL 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…
File Size 44.44 KB
Installation Count 14,588
Current Version 1.0
Last Updated 2023-06-13
Publish Date 2023-06-12
Rating 4.57/5 Total 7 Ratings
Developer https://stealthgpt.ai
Email [email protected]
Payment Type in_app
Extension Website https://stealthgpt.ai
Help Page URL https://stealthgpt.ai/extension
Privacy Policy Page URL https://stealthgpt.ai/privacy
Supported Languages 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"
    }
}