Percent Human: Detect ChatGPT AI Content

Percent Human: Detect ChatGPT AI Content

Easy-to-use content checker, that finds AI plagarism from ChatGPT and GPT-3

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Percent Human: Detect ChatGPT AI Content",
  "description": "Easy-to-use content checker, that finds AI plagarism from ChatGPT and GPT-3",
  "version": "0.4.1",
  "manifest_version": 3,
  "permissions": [
    "scripting",
    "activeTab"
  ],
  "background": {
    "service_worker": "serviceWorker.js"
  },
  "action": {
    "default_title": "Percent Human",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/icons/16x.png",
      "32": "/icons/32x.png",
      "48": "/icons/48x.png",
      "128": "/icons/128x.png"
    }
  },
  "icons": {
    "16": "/icons/16x.png",
    "32": "/icons/32x.png",
    "48": "/icons/48x.png",
    "128": "/icons/128x.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}