StealthGPT

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

Apa itu StealthGPT?

StealthGPT adalah ekstensi Chrome yang dikembangkan oleh https://stealthgpt.ai, dan fitur utamanya adalah "Enhance your AI-writing experience with StealthGPT, a Chrome extension designed to bring stealth and undetectability to your…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi StealthGPT

Unduh file ekstensi StealthGPT dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama StealthGPT StealthGPT
ID cgbeoilpeagnpjjhfoomncafmnebikmb
URL Resmi https://chromewebstore.google.com/detail/stealthgpt/cgbeoilpeagnpjjhfoomncafmnebikmb
Deskripsi Enhance your AI-writing experience with StealthGPT, a Chrome extension designed to bring stealth and undetectability to your…
Ukuran File 44.44 KB
Jumlah Instalasi 14,588
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-06-13
Tanggal Publikasi 2023-06-12
Penilaian 4.57/5 Total 7 Penilaian
Pengembang https://stealthgpt.ai
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://stealthgpt.ai
URL Halaman Bantuan https://stealthgpt.ai/extension
URL Halaman Kebijakan Privasi https://stealthgpt.ai/privacy
Bahasa yang Didukung 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"
    }
}