Proxy Router (SOCKS5 & HTTP) Firefox

Examine source code of Proxy Router (SOCKS5 & HTTP)

Inspect and view changes in Proxy Router (SOCKS5 & HTTP) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "0.5.0",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "{13051a71-5553-46a4-b559-8ab28260800a}",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "proxy",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "scripts/background/constants.js",
      "scripts/background/pattern-matching.js",
      "scripts/background/network-utils.js",
      "scripts/background/state.js",
      "scripts/background/proxy-resolution.js",
      "scripts/background/badge.js",
      "scripts/background/tab-tracking.js",
      "scripts/background/messaging.js",
      "scripts/background/init.js"
    ]
  },
  "browser_action": {
    "default_title": "__MSG_extensionName__",
    "default_popup": "popup.html",
    "default_icon": "icons/icon-48.svg"
  },
  "icons": {
    "16": "icons/icon-16.svg",
    "48": "icons/icon-48.svg",
    "128": "icons/icon-128.svg"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  }
}

Best Proxy Router (SOCKS5 & HTTP) Alternatives

Here are some Firefox add-ons that are similar to Proxy Router (SOCKS5 & HTTP):