RBR - Right Button Restorer Firefox

Examine source code of RBR - Right Button Restorer

Inspect and view changes in RBR - Right Button Restorer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "1.0",
  "icons": {
    "48": "icons/48.png",
    "64": "icons/64.png"
  },
  "permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "restorer.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_title": "__MSG_actionTitle__",
    "default_icon": "icons/64.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{01a3b23d-6711-472e-9818-7578af750e4c}",
      "strict_min_version": "100.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "default_locale": "en"
}

Best RBR - Right Button Restorer Alternatives

Here are some Firefox add-ons that are similar to RBR - Right Button Restorer: