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
官方網址 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
電子郵箱 [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"
    }
}