Webcomic Keyboard Navigator Firefox

Examine source code of Webcomic Keyboard Navigator

Inspect and view changes in Webcomic Keyboard Navigator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Webcomic Keyboard Navigator",
  "version": "1.0",
  "description": "Lets you navigate through webcomics using your arrow keys.",
  "icons": {
    "48": "icons/baseline_switch_left_black_48dp.png",
    "96": "icons/baseline_switch_left_black_96dp.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "cookies",
    "menus"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "webcomic-navigator.js"
      ]
    }
  ]
}

Best Webcomic Keyboard Navigator Alternatives

Here are some Firefox add-ons that are similar to Webcomic Keyboard Navigator: