YouTube Chapter Shortcuts Firefox

Examine source code of YouTube Chapter Shortcuts

Inspect and view changes in YouTube Chapter Shortcuts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Chapter Shortcuts",
  "description": "Adds global shortcuts for youtube chapter navigation via a native app.",
  "version": "1.1",
  "permissions": [
    "tabs",
    "nativeMessaging",
    "*://*.youtube.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "youtube_chapter_shortcuts@crambone"
    }
  }
}

Best YouTube Chapter Shortcuts Alternatives

Here are some Firefox add-ons that are similar to YouTube Chapter Shortcuts: