AI Image Checker Firefox

Examine source code of AI Image Checker

By: ReiDev
Inspect and view changes in AI Image Checker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AI Image Checker",
  "description": "Right click on an image and select 'Check for AI Generation' to generate a prompt letting you know if a given was partially created with AI.",
  "version": "1.0",
  "homepage_url": "http://reidsobania.com/",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery.js",
        "clipboard-helper.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "rmsoban5@gmail.com",
      "strict_min_version": "42.0"
    }
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "clipboardWrite",
    "webRequest",
    "https://v3-atrium-prod-api.optic.xyz/aion/ai-generated/reports"
  ]
}

Best AI Image Checker Alternatives

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