CatchGPT

CatchGPT | Chat GPT detector

What is CatchGPT?

CatchGPT is a Chrome extension developed by https://catchgpt.ai, and its main feature is "CatchGPT | Chat GPT detector".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download CatchGPT Extension CRX File

Download CatchGPT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name CatchGPT CatchGPT
ID kaodldigfljjcdeghjccakdjiehlgbig
Official URL https://chromewebstore.google.com/detail/catchgpt/kaodldigfljjcdeghjccakdjiehlgbig
Description CatchGPT | Chat GPT detector
File Size 29.65 KB
Installation Count 557
Current Version 4.1.0
Last Updated 2023-04-23
Publish Date 2023-04-20
Rating 5.00/5 Total 3 Ratings
Developer https://catchgpt.ai
Email [email protected]
Payment Type free
Extension Website http://www.catchgpt.ai/
Privacy Policy Page URL https://www.catchgpt.ai/privacy-policy
Supported Languages 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": [
        "*:\/\/*\/*"
    ]
}