StealthGPT

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

StealthGPTとは何ですか?

StealthGPTはhttps://stealthgpt.aiによって開発されたChromeの拡張機能で、その主な機能は「Enhance your AI-writing experience with StealthGPT, a Chrome extension designed to bring stealth and undetectability to your…」です。

拡張機能のスクリーンショット

screenshot
screenshot

StealthGPT拡張機能のCRXファイルをダウンロード

StealthGPT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 StealthGPT StealthGPT
ID cgbeoilpeagnpjjhfoomncafmnebikmb
公式URL https://chromewebstore.google.com/detail/stealthgpt/cgbeoilpeagnpjjhfoomncafmnebikmb
説明 Enhance your AI-writing experience with StealthGPT, a Chrome extension designed to bring stealth and undetectability to your…
ファイルサイズ 44.44 KB
インストール数 14,588
現在のバージョン 1.0
最終更新日 2023-06-13
公開日 2023-06-12
評価 4.57/5 合計 7 レビュー
開発者 https://stealthgpt.ai
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://stealthgpt.ai
ヘルプページのURL https://stealthgpt.ai/extension
プライバシーポリシーページのURL https://stealthgpt.ai/privacy
対応言語 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"
    }
}