AI Image Filter Firefox

Examine source code of AI Image Filter

By: Eden
Inspect and view changes in AI Image Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AI Image Filter",
  "version": "1.0",
  "description": "Helps reduce AI-generated images from Google search results.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.google.com/search*"
      ],
      "js": [
        "dist/bundle.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "content_security_policy": {
    "script-src": "'self' 'wasm-unsafe-eval' 'inline-speculation-rules'",
    "object-src": "'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "content.css",
        "model/mobilenet_model/model.json",
        "model/mobilenet_model/*.bin",
        "model/ai_imageclassifier/model.json",
        "model/ai_imageclassifier/*.bin"
      ],
      "matches": [
        "*://www.google.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "edenchung23@gmail.com_ai_image_filter"
    }
  }
}

Best AI Image Filter Alternatives

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