GPT Detector by AE Studio

Quickly identify GPT-generated text.

Co to jest GPT Detector by AE Studio?

GPT Detector by AE Studio to rozszerzenie Chrome opracowane przez Agency Enterprise, a jego główną funkcją jest „Quickly identify GPT-generated text.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia GPT Detector by AE Studio

Pobierz pliki rozszerzeń GPT Detector by AE Studio w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa GPT Detector by AE Studio GPT Detector by AE Studio
ID njelhmhbmdjpcapfjiempohoipkgegmp
Oficjalny URL https://chromewebstore.google.com/detail/gpt-detector-by-ae-studio/njelhmhbmdjpcapfjiempohoipkgegmp
Opis Quickly identify GPT-generated text.
Rozmiar pliku 146 KB
Liczba instalacji 219
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2023-01-10
Data Publikacji 2022-12-18
Ocena 2.00/5 Łącznie 1 Oceny
Deweloper Agency Enterprise
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://ae.studio
Obsługiwane Języki 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"
    }
}