CatchGPT

CatchGPT | Chat GPT detector

Apa itu CatchGPT?

CatchGPT adalah ekstensi Chrome yang dikembangkan oleh https://catchgpt.ai, dan fitur utamanya adalah "CatchGPT | Chat GPT detector".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi CatchGPT

Unduh file ekstensi CatchGPT dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama CatchGPT CatchGPT
ID kaodldigfljjcdeghjccakdjiehlgbig
URL Resmi https://chromewebstore.google.com/detail/catchgpt/kaodldigfljjcdeghjccakdjiehlgbig
Deskripsi CatchGPT | Chat GPT detector
Ukuran File 29.65 KB
Jumlah Instalasi 557
Versi Saat Ini 4.1.0
Terakhir Diperbarui 2023-04-23
Tanggal Publikasi 2023-04-20
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://catchgpt.ai
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.catchgpt.ai/
URL Halaman Kebijakan Privasi https://www.catchgpt.ai/privacy-policy
Bahasa yang Didukung 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": [
        "*:\/\/*\/*"
    ]
}