GPT Detector by AE Studio

Quickly identify GPT-generated text.

什麼是GPT Detector by AE Studio?

GPT Detector by AE Studio是由Agency Enterprise開發的Chrome擴展程式,該擴展的主要功能是“Quickly identify GPT-generated text.”。

擴展截圖

screenshot
screenshot

下載GPT Detector by AE Studio擴展crx文件

下載GPT Detector by AE Studio擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        GPT Detector helps you identify GPT-generated text in an instant! 

> Select text
> Right click on selected text;
> Run GPT Detector;

See the probabilities that the text is generated by GPT.

Made with <3 by AE.Studio                    

擴展基本資訊

名稱 GPT Detector by AE Studio GPT Detector by AE Studio
ID njelhmhbmdjpcapfjiempohoipkgegmp
官方網址 https://chromewebstore.google.com/detail/gpt-detector-by-ae-studio/njelhmhbmdjpcapfjiempohoipkgegmp
簡介 Quickly identify GPT-generated text.
檔案大小 146 KB
安裝次數 219
目前版本 1.2
更新時間 2023-01-10
上架時間 2022-12-18
評分 2.00/5 共 1 次評分
開發者 Agency Enterprise
電子郵箱 [email protected]
付費類型 free
擴展官網 https://ae.studio
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GPT Detector by AE Studio",
    "manifest_version": 3,
    "version": "1.2",
    "description": "Quickly identify GPT-generated text.",
    "permissions": [
        "contextMenus",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "scripts.js"
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}