Ai Detector - Detecting-ai.com

Ai Detector - Detecting-ai.com

Detect and check AI-generated content with AI detector extension. Identify and flag ChatGPT and other AI-generated text.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Ai Detector - Detecting-ai.com",
  "version": "1.0",
  "description": "Detect and check AI-generated content with  AI detector extension. Identify and flag ChatGPT and other AI-generated text.",
  "icons": {
    "16": "favicon-16x16.png",
    "32": "favicon-32x32.png",
    "48": "favicon-48x48.png",
    "128": "android-chrome-128x128-.png",
    "192": "android-chrome-192x192.png",
    "512": "android-chrome-512x512.png"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html"
  }
}