Proxy Router (SOCKS5) Firefox

Examine source code of Proxy Router (SOCKS5)

Inspect and view changes in Proxy Router (SOCKS5) 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.4.5",
  "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) Alternatives

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