Simple YouTube Keyboard Nav Firefox

Examine source code of Simple YouTube Keyboard Nav

By: Ahrirg
Inspect and view changes in Simple YouTube Keyboard Nav source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube Keyboard Nav",
  "version": "1.2",
  "description": "Yotube keyboard navigation addon, that gives keyboard navigation to YouTube videos.",
  "icons": {
    "16": "icons/icon.png",
    "32": "icons/icon.png",
    "48": "icons/icon.png",
    "96": "icons/icon.png"
  },
  "options_ui": {
    "page": "Options.html",
    "open_in_tab": true
  },
  "action": {
    "default_popup": "Options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "Navigator.js",
        "Main.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "YoutubeKeyNav@Ahrirg.com",
      "strict_min_version": "109.0"
    }
  },
  "permissions": [
    "storage"
  ]
}

Best Simple YouTube Keyboard Nav Alternatives

Here are some Firefox add-ons that are similar to Simple YouTube Keyboard Nav: