CatchGPT

CatchGPT | Chat GPT detector

CatchGPTとは何ですか?

CatchGPTはhttps://catchgpt.aiによって開発されたChromeの拡張機能で、その主な機能は「CatchGPT | Chat GPT detector」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

CatchGPT拡張機能のCRXファイルをダウンロード

CatchGPT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.catchgpt.ai/
プライバシーポリシーページのURL 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": [
        "*:\/\/*\/*"
    ]
}