CatchGPT

CatchGPT | Chat GPT detector

Qu'est-ce que CatchGPT ?

CatchGPT est une extension Chrome développée par https://catchgpt.ai, et sa fonction principale est "CatchGPT | Chat GPT detector".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension CatchGPT

Téléchargez les fichiers d'extension CatchGPT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom CatchGPT CatchGPT
ID kaodldigfljjcdeghjccakdjiehlgbig
URL Officiel https://chromewebstore.google.com/detail/catchgpt/kaodldigfljjcdeghjccakdjiehlgbig
Description CatchGPT | Chat GPT detector
Taille du Fichier 29.65 KB
Nombre d'Installations 557
Version Actuelle 4.1.0
Dernière Mise à Jour 2023-04-23
Date de Publication 2023-04-20
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://catchgpt.ai
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.catchgpt.ai/
URL de la Page de Politique de Confidentialité https://www.catchgpt.ai/privacy-policy
Langues Prises en Charge 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": [
        "*:\/\/*\/*"
    ]
}