CatchGPT

CatchGPT | Chat GPT detector

Wat is CatchGPT?

CatchGPT is een Chrome-extensie ontwikkeld door https://catchgpt.ai, en de belangrijkste functie is "CatchGPT | Chat GPT detector".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie CatchGPT

Download CatchGPT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam CatchGPT CatchGPT
ID kaodldigfljjcdeghjccakdjiehlgbig
Officiële URL https://chromewebstore.google.com/detail/catchgpt/kaodldigfljjcdeghjccakdjiehlgbig
Beschrijving CatchGPT | Chat GPT detector
Bestandsgrootte 29.65 KB
Aantal Installaties 557
Huidige Versie 4.1.0
Laatst Bijgewerkt 2023-04-23
Publicatiedatum 2023-04-20
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://catchgpt.ai
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.catchgpt.ai/
URL van de Privacybeleid Pagina https://www.catchgpt.ai/privacy-policy
Ondersteunde Talen 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": [
        "*:\/\/*\/*"
    ]
}