Enhanced Image Viewer Firefox

Examine source code of Enhanced Image Viewer

Inspect and view changes in Enhanced Image Viewer source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "action": {
    "browser_style": false,
    "default_icon": "icon.svg",
    "default_popup": "options/options.html",
    "default_title": "__MSG_browserActionLabelDefault__"
  },
  "author": "Sebastian Blask",
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "enhancedimageviewer@sblask",
      "strict_min_version": "115.0"
    }
  },
  "default_locale": "en",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://github.com/sblask/webextension-enhanced-image-viewer",
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "48": "icon.svg"
  },
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "options_ui": {
    "page": "options/options.html"
  },
  "permissions": [
    "scripting",
    "storage",
    "webNavigation",
    "webRequest"
  ],
  "version": "2.0.0"
}

Best Enhanced Image Viewer Alternatives

Here are some Firefox add-ons that are similar to Enhanced Image Viewer: