BackspaceBack Firefox

Examine source code of BackspaceBack

By: hrsgmb
Inspect and view changes in BackspaceBack source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Backspace to Go Back",
  "version": "1.0",
  "description": "Pressing the Backspace key navigates back in history.",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{e2e03364-d7c7-4cac-8989-4c305b5e4ba9}"
    }
  }
}

Best BackspaceBack Alternatives

Here are some Firefox add-ons that are similar to BackspaceBack: