AI Image Detector Firefox

Examine source code of AI Image Detector

Inspect and view changes in AI Image Detector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AI Image Detector",
  "description": "Checks for AI generated images and incorporates community feedback",
  "version": "1.2.16",
  "icons": {
    "16": "icon/16.png",
    "24": "icon/24.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "storage",
    "webNavigation",
    "contextMenus",
    "activeTab",
    "http://*/*",
    "https://*/*",
    "file:///*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "DoNotReply@ai-image-detector.com"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "AI Image Detector - Settings",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "content-scripts/content.css"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best AI Image Detector Alternatives

Here are some Firefox add-ons that are similar to AI Image Detector: