WS Remote Firefox

Examine source code of WS Remote

Inspect and view changes in WS Remote source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "WS Remote",
  "version": "1.0.0",
  "description": "WS Remote",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "tophness@facebook.com"
    }
  },
  "icons": {
    "48": "icon.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Connect WS Remote"
  }
}

Best WS Remote Alternatives

Here are some Firefox add-ons that are similar to WS Remote: