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