GPT Detector by AE Studio

Quickly identify GPT-generated text.

What is GPT Detector by AE Studio?

GPT Detector by AE Studio is a Chrome extension developed by Agency Enterprise, and its main feature is "Quickly identify GPT-generated text.".

Extension Screenshots

screenshot
screenshot

Download GPT Detector by AE Studio Extension CRX File

Download GPT Detector by AE Studio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name GPT Detector by AE Studio GPT Detector by AE Studio
ID njelhmhbmdjpcapfjiempohoipkgegmp
Official URL https://chromewebstore.google.com/detail/gpt-detector-by-ae-studio/njelhmhbmdjpcapfjiempohoipkgegmp
Description Quickly identify GPT-generated text.
File Size 146 KB
Installation Count 219
Current Version 1.2
Last Updated 2023-01-10
Publish Date 2022-12-18
Rating 2.00/5 Total 1 Ratings
Developer Agency Enterprise
Email [email protected]
Payment Type free
Extension Website https://ae.studio
Supported Languages 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"
    }
}