WebP / Avif image converter Firefox

Examine source code of WebP / Avif image converter

Inspect and view changes in WebP / Avif image converter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "applications": {
    "gecko": {
      "id": "webpconverter@hilberteikelboom.nl",
      "strict_min_version": "57.0"
    }
  },
  "manifest_version": 2,
  "default_locale": "en",
  "description": "__MSG_extension_description__",
  "name": "__MSG_extension_name__",
  "short_name": "__extension_short_name__",
  "version": "1.3.1",
  "background": {
    "scripts": [
      "./lib/common.js",
      "./background/storage.js",
      "./background/setup.js",
      "./background/imageconverter.js",
      "./background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "file:///*"
      ],
      "js": [
        "lib/fetchfile.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_title": "__MSG_extension_action_title__",
    "default_icon": {
      "19": "./icons/icon-19.png",
      "38": "./icons/icon-38.png"
    },
    "default_popup": "./options/options.html"
  },
  "icons": {
    "16": "./icons/icon-16.png",
    "48": "./icons/icon-48.png",
    "128": "./icons/icon-128.png"
  },
  "options_ui": {
    "page": "./options/options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "downloads",
    "contextMenus",
    "<all_urls>"
  ],
  "optional_permissions": [
    "webRequest"
  ]
}

Best WebP / Avif image converter Alternatives

Here are some Firefox add-ons that are similar to WebP / Avif image converter: