Backspace Key Restorer Firefox

Examine source code of Backspace Key Restorer

Inspect and view changes in Backspace Key Restorer 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": "1.0",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "page_action": {
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png"
    },
    "default_title": "__MSG_extensionName__"
  },
  "browser_action": {
    "default_icon": "data/icons/32.png",
    "default_title": "__MSG_extensionName__"
  },
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "data/content_script/inject.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f4cad07e-f2e3-0312-ab77-adb1e52e3daa}"
    }
  }
}

Best Backspace Key Restorer Alternatives

Here are some Firefox add-ons that are similar to Backspace Key Restorer: