YoutubeResume Firefox

Examine source code of YoutubeResume

By: Batap
Inspect and view changes in YoutubeResume source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Resume YouTube Playback",
  "version": "1.0",
  "description": "Automatically saves YouTube video progress and lets you resume playback.",
  "browser_specific_settings": {
    "gecko": {
      "id": "mon-extension@example.com"
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "scripting",
    "activeTab"
  ],
  "host_permissions": [
    "*://www.youtube.com/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best YoutubeResume Alternatives

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