GPT Detector by AE Studio

Quickly identify GPT-generated text.

Cos'è GPT Detector by AE Studio?

GPT Detector by AE Studio è un'estensione di Chrome sviluppata da Agency Enterprise, e la sua funzione principale è "Quickly identify GPT-generated text.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione GPT Detector by AE Studio

Scarica i file di estensione GPT Detector by AE Studio in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome GPT Detector by AE Studio GPT Detector by AE Studio
ID njelhmhbmdjpcapfjiempohoipkgegmp
URL Ufficiale https://chromewebstore.google.com/detail/gpt-detector-by-ae-studio/njelhmhbmdjpcapfjiempohoipkgegmp
Descrizione Quickly identify GPT-generated text.
Dimensione del File 146 KB
Conteggio Installazioni 219
Versione Corrente 1.2
Ultimo Aggiornamento 2023-01-10
Data di Pubblicazione 2022-12-18
Valutazione 2.00/5 Totale 1 Valutazioni
Sviluppatore Agency Enterprise
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ae.studio
Lingue Supportate 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"
    }
}