ScanGPT

Our extension makes it simple to find GPT-generated text on any website or any text given to it.

ScanGPTとは何ですか?

ScanGPTはhttps://scangpt.wtfによって開発されたChromeの拡張機能で、その主な機能は「Our extension makes it simple to find GPT-generated text on any website or any text given to it.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        This Chrome extension makes it easy to find GPT-generated text on any web page. By quickly scanning the page contents with the click of a button, users can easily identify GPT-generated text and determine whether or not it is relevant to their search. The extension shows GPT probability for each paragraph in the site.  With this useful extension, users can quickly and easily find GPT-generated text on any web page. The extension now even lets you can the text you provide to it and give accurate results.                    

拡張機能の基本情報

名前 ScanGPT ScanGPT
ID goaaajgmfpnfebljepkcdmlmjfpeamko
公式URL https://chromewebstore.google.com/detail/scangpt/goaaajgmfpnfebljepkcdmlmjfpeamko
説明 Our extension makes it simple to find GPT-generated text on any website or any text given to it.
ファイルサイズ 17.63 KB
インストール数 252
現在のバージョン 1.2.8
最終更新日 2024-02-28
公開日 2023-01-10
評価 4.25/5 合計 4 レビュー
開発者 https://scangpt.wtf
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://scangpt.wtf
ヘルプページのURL https://scangpt.wtf/support
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ScanGPT",
    "description": "Our extension makes it simple to find GPT-generated text on any website or any text given to it.",
    "version": "1.2.8",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/scangpt.wtf\/*"
    ],
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "scan-gpt.png",
        "48": "scan-gpt.png",
        "128": "scan-gpt.png"
    },
    "action": {
        "default_icon": "scan-gpt.png",
        "default_popup": "popup.html",
        "default_title": "ScanGPT"
    }
}