PageUpDownKey with ArrowKeys Firefox

Examine source code of PageUpDownKey with ArrowKeys

Inspect and view changes in PageUpDownKey with ArrowKeys source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "browser_specific_settings": {
    "gecko": {
      "id": "philipw0000000@gmail",
      "strict_min_version": "42.0"
    }
  },
  "icons": {
    "32": "logo-32.png",
    "48": "logo-48.png"
  },
  "browser_action": {
    "default_icon": "logo-32.png",
    "default_title": "ChangePageUpDownKey",
    "default_popup": "ChangePageUpDownKey_popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "manifest_version": 2,
  "name": "ChangePageUpDownKey",
  "version": "1.1",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "change_page.js"
      ]
    }
  ],
  "permissions": [
    "contextMenus",
    "downloads",
    "storage",
    "tabs",
    "unlimitedStorage",
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "http://*/*",
    "https://*/*"
  ]
}

Best PageUpDownKey with ArrowKeys Alternatives

Here are some Firefox add-ons that are similar to PageUpDownKey with ArrowKeys: