CatchGPT

CatchGPT | Chat GPT detector

什麼是CatchGPT?

CatchGPT是由https://catchgpt.ai開發的Chrome擴展程式,該擴展的主要功能是“CatchGPT | Chat GPT detector”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載CatchGPT擴展crx文件

下載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
官方網址 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": [
        "*:\/\/*\/*"
    ]
}