ScanGPT

Our extension makes it simple to find GPT-generated text on any website or any text given to it.

ScanGPT란 무엇입니까?

ScanGPT은(는) https://scangpt.wtf에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Our extension makes it simple to find GPT-generated text on any website or any text given to it."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ScanGPT 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This Chrome extension makes it easy to find GPT-generated text on any web page. By quickly scanning the page contents with the click of a button, users can easily identify GPT-generated text and determine whether or not it is relevant to their search. The extension shows GPT probability for each paragraph in the site.  With this useful extension, users can quickly and easily find GPT-generated text on any web page. The extension now even lets you can the text you provide to it and give accurate results.                    

확장 프로그램 기본 정보

이름 ScanGPT ScanGPT
ID goaaajgmfpnfebljepkcdmlmjfpeamko
공식 URL https://chromewebstore.google.com/detail/scangpt/goaaajgmfpnfebljepkcdmlmjfpeamko
설명 Our extension makes it simple to find GPT-generated text on any website or any text given to it.
파일 크기 17.63 KB
설치 횟수 252
현재 버전 1.2.8
최근 업데이트 2024-02-28
출시 날짜 2023-01-10
평점 4.25/5 총 4 개의 평점
개발자 https://scangpt.wtf
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://scangpt.wtf
도움말 페이지 URL https://scangpt.wtf/support
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ScanGPT",
    "description": "Our extension makes it simple to find GPT-generated text on any website or any text given to it.",
    "version": "1.2.8",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/scangpt.wtf\/*"
    ],
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "scan-gpt.png",
        "48": "scan-gpt.png",
        "128": "scan-gpt.png"
    },
    "action": {
        "default_icon": "scan-gpt.png",
        "default_popup": "popup.html",
        "default_title": "ScanGPT"
    }
}