Protect My Art Firefox

Examine source code of Protect My Art

Inspect and view changes in Protect My Art source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Protect My Art",
  "version": "1.2.0",
  "description": "Monitor websites for AI training protection tags (noai, noimageai) and help protect artists' work",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "saltysalmonboi@gmail.com"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "icon.png"
    }
  },
  "icons": {
    "128": "icon.png"
  }
}

Best Protect My Art Alternatives

Here are some Firefox add-ons that are similar to Protect My Art: