CatchGPT

CatchGPT | Chat GPT detector

Hvad er CatchGPT?

CatchGPT er en Chrome-udvidelse udviklet af https://catchgpt.ai, og dens hovedfunktion er "CatchGPT | Chat GPT detector".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download CatchGPT-udvidelses-CRX-fil

Download CatchGPT-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn CatchGPT CatchGPT
ID kaodldigfljjcdeghjccakdjiehlgbig
Officiel URL https://chromewebstore.google.com/detail/catchgpt/kaodldigfljjcdeghjccakdjiehlgbig
Beskrivelse CatchGPT | Chat GPT detector
Filstørrelse 29.65 KB
Antal Installationer 557
Nuværende Version 4.1.0
Senest Opdateret 2023-04-23
Udgivelsesdato 2023-04-20
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler https://catchgpt.ai
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.catchgpt.ai/
URL til Fortrolighedspolitik Side https://www.catchgpt.ai/privacy-policy
Understøttede Sprog 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": [
        "*:\/\/*\/*"
    ]
}