ScanGPT

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

ScanGPTคืออะไร?

ScanGPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://scangpt.wtf และคุณลักษณะหลักของมันคือ "Our extension makes it simple to find GPT-generated text on any website or any text given to it."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ScanGPT

ดาวน์โหลดไฟล์ส่วนขยาย ScanGPT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}