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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}