YouCaptain Firefox

Examine source code of YouCaptain

Inspect and view changes in YouCaptain source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "YouCaptain",
  "version": "0.0.12",
  "description": "Enables keyboard navigation on YouTube",
  "manifest_version": 2,
  "homepage_url": "https://github.com/glaucocustodio/youcaptain",
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_end",
      "js": [
        "content_script.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html"
  },
  "web_accessible_resources": [
    "spatial_navigation.js",
    "main.js",
    "button.wav"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}

Best YouCaptain Alternatives

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