Image Navigation Buttons Firefox

Examine source code of Image Navigation Buttons

Inspect and view changes in Image Navigation Buttons source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "Steffen Bahrmann <steffen.bahrmann@404-labor.de>",
  "manifest_version": 3,
  "name": "Image Navigation Buttons",
  "version": "1.0",
  "description": "Navigate between sequential images in the browser.",
  "permissions": [
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "s.bahrmann@gmail.com"
    }
  }
}

Best Image Navigation Buttons Alternatives

Here are some Firefox add-ons that are similar to Image Navigation Buttons: