CatchGPT

CatchGPT | Chat GPT detector

ما هو CatchGPT؟

CatchGPT هو إضافة Chrome تم تطويرها بواسطة https://catchgpt.ai، والميزة الرئيسية لها هي "CatchGPT | Chat GPT detector".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة CatchGPT

قم بتنزيل ملفات الامتداد CatchGPT بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم CatchGPT CatchGPT
ID kaodldigfljjcdeghjccakdjiehlgbig
عنوان URL الرسمي https://chromewebstore.google.com/detail/catchgpt/kaodldigfljjcdeghjccakdjiehlgbig
الوصف CatchGPT | Chat GPT detector
حجم الملف 29.65 KB
عدد التثبيتات 557
النسخة الحالية 4.1.0
آخر تحديث 2023-04-23
تاريخ النشر 2023-04-20
تقييم 5.00/5 مجموع تقييمات 3
المطور https://catchgpt.ai
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.catchgpt.ai/
عنوان صفحة سياسة الخصوصية https://www.catchgpt.ai/privacy-policy
اللغات المدعومة 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": [
        "*:\/\/*\/*"
    ]
}