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": 3,
  "name": "AI Image Detector",
  "version": "1.0",
  "description": "Checks images on websites to determine if they are AI-generated",
  "permissions": [
    "activeTab"
  ],
  "host_permissions": [
    "https://c0lj9c0jvy8463ld.us-east-1.aws.endpoints.huggingface.cloud/",
    "http://192.168.86.69:5000/",
    "https://24.113.163.21:5560/",
    "https://ai-image-detect-api-c11545a44713.herokuapp.com/",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "icon16.jpg",
      "48": "icon48.jpg",
      "128": "icon128.jpg"
    },
    "default_title": "AI Image Detector"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a457c35a-fe58-466f-952a-44e5b6ac8af9}"
    }
  }
}

Best AI Image Detector Alternatives

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