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
Eメール [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"
    }
}