Media Magnifier Firefox

Examine source code of Media Magnifier

By: Therin Add-on
Inspect and view changes in Media Magnifier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Media Magnifier",
  "version": "1.0.1",
  "description": "Smooth scroll-to-zoom (to any level) and drag-to-pan for images, GIFs, and videos opened directly in a tab.",
  "browser_specific_settings": {
    "gecko": {
      "id": "media-magnifier@therin.irwin",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "permissions": [
    "menus",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*",
        "file:///*"
      ],
      "js": [
        "magnifier.js"
      ],
      "css": [
        "magnifier.css"
      ],
      "run_at": "document_end",
      "all_frames": true,
      "match_about_blank": true
    }
  ]
}

Best Media Magnifier Alternatives

Here are some Firefox add-ons that are similar to Media Magnifier: