GPT Detector by AE Studio

Quickly identify GPT-generated text.

Vad är GPT Detector by AE Studio?

GPT Detector by AE Studio är en Chrome-tillägg utvecklad av Agency Enterprise, och dess huvudfunktion är "Quickly identify GPT-generated text.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner GPT Detector by AE Studio-förlängningens CRX-fil

Ladda ner GPT Detector by AE Studio-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn GPT Detector by AE Studio GPT Detector by AE Studio
ID njelhmhbmdjpcapfjiempohoipkgegmp
Officiell webbadress https://chromewebstore.google.com/detail/gpt-detector-by-ae-studio/njelhmhbmdjpcapfjiempohoipkgegmp
Beskrivning Quickly identify GPT-generated text.
Filstorlek 146 KB
Antal Installationer 219
Aktuell Version 1.2
Senast Uppdaterad 2023-01-10
Publiceringsdatum 2022-12-18
Betyg 2.00/5 Totalt 1 Betyg
Utvecklare Agency Enterprise
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://ae.studio
Stödda Språk 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"
    }
}