YouTube Kbd Nav

YouTube Kbd Nav

YouTube keyboard navigation to the max.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "YouTube Kbd Nav",
  "author": "Philippe Fanaro",
  "version": "1.0.2",
  "description": "YouTube keyboard navigation to the max.",
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "exclude_matches": [
        "*://*.studio.youtube.com/*"
      ],
      "js": [
        "content.dart.js"
      ]
    }
  ],
  "permissions": [
    "clipboardWrite"
  ],
  "icons": {
    "128": "favicon.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}