EZProxy Redirect Firefox

Examine source code of EZProxy Redirect

By: Tom5760
Inspect and view changes in EZProxy Redirect source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "EZProxy Redirect",
  "description": "Quickly reload pages through your library's EZProxy.",
  "version": "22",
  "author": "Tom Wambold <tom5760@gmail.com>",
  "homepage_url": "https://github.com/tom5760/chrome-ezproxy",
  "browser_specific_settings": {
    "gecko": {
      "id": "{58609ec4-3efa-41dd-a2a7-65b5f7fc5561}"
    }
  },
  "background": {
    "type": "module",
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage"
  ],
  "optional_permissions": [
    "clipboardWrite",
    "scripting"
  ],
  "host_permissions": [
    "https://libproxy-db.org/proxies.json"
  ],
  "commands": {
    "_execute_action": {
      "description": "Reload the current page through EZProxy."
    }
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    },
    "default_title": "Reload through EZProxy"
  }
}

Best EZProxy Redirect Alternatives

Here are some Firefox add-ons that are similar to EZProxy Redirect: