KazanSEO AI Content Detector

KazanSEO AI Content Detector

Detect AI content anywhere on the web

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "KazanSEO AI Content Detector",
  "description": "Detect AI content anywhere on the web",
  "version": "0.0.1",
  "action": {
    "default_popup": "index.html",
    "default_title": "Open"
  },
  "externally_connectable": {
    "ids": [
      "lahpfjmoaoiijjadoegilpfjkdacjido"
    ],
    "matches": [
      "https://*/*",
      "*://*/*"
    ],
    "accepts_tls_channel_id": false
  },
  "permissions": [
    "storage",
    "activeTab",
    "contextMenus"
  ],
  "host_permissions": [
    "http://*/",
    "https://*/"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_start"
    }
  ]
}