CatchGPT

CatchGPT | Chat GPT detector

Cos'è CatchGPT?

CatchGPT è un'estensione di Chrome sviluppata da https://catchgpt.ai, e la sua funzione principale è "CatchGPT | Chat GPT detector".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CatchGPT

Scarica i file di estensione CatchGPT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome CatchGPT CatchGPT
ID kaodldigfljjcdeghjccakdjiehlgbig
URL Ufficiale https://chromewebstore.google.com/detail/catchgpt/kaodldigfljjcdeghjccakdjiehlgbig
Descrizione CatchGPT | Chat GPT detector
Dimensione del File 29.65 KB
Conteggio Installazioni 557
Versione Corrente 4.1.0
Ultimo Aggiornamento 2023-04-23
Data di Pubblicazione 2023-04-20
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://catchgpt.ai
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.catchgpt.ai/
URL della Pagina della Politica sulla Privacy https://www.catchgpt.ai/privacy-policy
Lingue Supportate 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": [
        "*:\/\/*\/*"
    ]
}