CatchGPT

CatchGPT | Chat GPT detector

CatchGPTคืออะไร?

CatchGPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://catchgpt.ai และคุณลักษณะหลักของมันคือ "CatchGPT | Chat GPT detector"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        CatchGPT detects AI Written Text and Images in One Click!

Separating Signal from the Noise.

It is becoming increasingly important to differentiate specialized human-generated knowledge from AI-generated knowledge. The mission is to retain human-induced knowledge's value for future progress.

How to Use: https://www.catchgpt.ai/how-to-use

Privacy Policy: http://www.catchgpt.ai/privacy-policy                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CatchGPT CatchGPT
ID kaodldigfljjcdeghjccakdjiehlgbig
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/catchgpt/kaodldigfljjcdeghjccakdjiehlgbig
คำอธิบาย CatchGPT | Chat GPT detector
ขนาดไฟล์ 29.65 KB
จำนวนการติดตั้ง 557
เวอร์ชันปัจจุบัน 4.1.0
อัปเดตครั้งล่าสุด 2023-04-23
วันที่เผยแพร่ 2023-04-20
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://catchgpt.ai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.catchgpt.ai/
URL หน้านโยบายความเป็นส่วนตัว https://www.catchgpt.ai/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CatchGPT",
    "version": "4.1.0",
    "manifest_version": 3,
    "description": "CatchGPT | Chat GPT detector",
    "action": {
        "default_title": "CatchGPT",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "permissions": [
        "scripting",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}