GPT Detector by AE Studio

Quickly identify GPT-generated text.

Apa itu GPT Detector by AE Studio?

GPT Detector by AE Studio adalah ekstensi Chrome yang dikembangkan oleh Agency Enterprise, dan fitur utamanya adalah "Quickly identify GPT-generated text.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi GPT Detector by AE Studio

Unduh file ekstensi GPT Detector by AE Studio dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama GPT Detector by AE Studio GPT Detector by AE Studio
ID njelhmhbmdjpcapfjiempohoipkgegmp
URL Resmi https://chromewebstore.google.com/detail/gpt-detector-by-ae-studio/njelhmhbmdjpcapfjiempohoipkgegmp
Deskripsi Quickly identify GPT-generated text.
Ukuran File 146 KB
Jumlah Instalasi 219
Versi Saat Ini 1.2
Terakhir Diperbarui 2023-01-10
Tanggal Publikasi 2022-12-18
Penilaian 2.00/5 Total 1 Penilaian
Pengembang Agency Enterprise
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://ae.studio
Bahasa yang Didukung 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"
    }
}