GPT Detector by AE Studio

GPT Detector by AE Studio

Quickly identify GPT-generated text.

Merlin
Additional files are visible only to premium users

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": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "scripts.js"
  },
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  }
}