Resume Watching Firefox

Examine source code of Resume Watching

Inspect and view changes in Resume Watching source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "",
  "manifest_version": 2,
  "name": "Resume Watching",
  "version": "2.7",
  "homepage_url": "https://github.com/valorcurse/resumewatching",
  "icons": {
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "webNavigation"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "addon@resumewatching.dev"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "resumewatching-content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "resumewatching-bg.js"
    ]
  }
}

Best Resume Watching Alternatives

Here are some Firefox add-ons that are similar to Resume Watching: