GPT-3 Detector

GPT-3 Detector

Detects the likelihood that a given text was generated by GPT-3.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GPT-3 Detector",
  "version": "1.0.1",
  "description": "Detects the likelihood that a given text was generated by GPT-3.",
  "manifest_version": 3,
  "author": "The CodeCave GmbH",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_title": "GPT-3 Detector"
  }
}