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
官方URL 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"
    }
}