YouTube Auto Jump Firefox

Examine source code of YouTube Auto Jump

Inspect and view changes in YouTube Auto Jump source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube Auto Jump",
  "version": "1.2.3",
  "description": "Automatically jump to a specific time on YouTube videos.",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_icon": {
      "16": "images/icon/icon16.png",
      "48": "images/icon/icon48.png",
      "128": "images/icon/icon128.png"
    }
  },
  "icons": {
    "16": "images/icon/icon16.png",
    "48": "images/icon/icon48.png",
    "128": "images/icon/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*",
        "*://youtube.com/*",
        "*://youtu.be/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://*.youtube.com/*",
        "*://youtube.com/*",
        "*://youtu.be/*"
      ],
      "resources": [
        "images/ui/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "Youtube-Timeline-Jumper@github.com",
      "strict_min_version": "58.0"
    }
  }
}

Best YouTube Auto Jump Alternatives

Here are some Firefox add-ons that are similar to YouTube Auto Jump: