Alt or not Firefox

Examine source code of Alt or not

Inspect and view changes in Alt or not source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Alt or not",
  "description": "Easily see alt text on Twitter. Get tips on accessible text. Get warned or prevented from posting inaccessible tweets.",
  "version": "1.6",
  "options_ui": {
    "page": "options.html"
  },
  "action": {
    "default_icon": {
      "16": "icon-tiny.png",
      "32": "icon-small.png",
      "48": "icon-medium.png",
      "128": "icon-large.png"
    },
    "default_popup": "options.html"
  },
  "icons": {
    "16": "icon-tiny.png",
    "32": "icon-small.png",
    "48": "icon-medium.png",
    "128": "icon-large.png"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*",
        "https://mobile.twitter.com/*",
        "https://x.com/*",
        "https://mobile.x.com/*"
      ],
      "css": [
        "alt-or-not.css"
      ],
      "js": [
        "script.js",
        "twitter.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{95951a02-1b74-43ce-9a4a-54f29f3b1d86}"
    }
  }
}

Best Alt or not Alternatives

Here are some Firefox add-ons that are similar to Alt or not: