AltTextify - Audit & Generate Alt Text Firefox

Examine source code of AltTextify - Audit & Generate Alt Text

Inspect and view changes in AltTextify - Audit & Generate Alt Text source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AltTextify - Audit & Generate Alt Text",
  "version": "3.0.2",
  "description": "Audit any webpage and Generate ADA-compliant, SEO-friendly alt text for images instantly.",
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "AltTextify - AI Image Alt Text Generator",
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage",
    "clipboardWrite",
    "https://api.alttextify.net/api/v1/image/url",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js",
        "popup.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "lib/bootstrap.min.css",
    "lib/custom.css"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "support@alttextify.net"
    }
  }
}

Best AltTextify - Audit & Generate Alt Text Alternatives

Here are some Firefox add-ons that are similar to AltTextify - Audit & Generate Alt Text: