YT Playback Continuity Mobile Firefox

Examine source code of YT Playback Continuity Mobile

By: Iteroni
Inspect and view changes in YT Playback Continuity Mobile source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YT Playback Continuity Mobile (Unofficial)",
  "version": "1.1.0",
  "description": "Unofficial mobile fork that resumes YouTube and m.youtube.com videos from where you left off.",
  "icons": {
    "512": "icons/512.png"
  },
  "browser_action": {
    "default_icon": {
      "512": "icons/512.png"
    },
    "default_title": "YT Playback Continuity Mobile (Unofficial)",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "*://*.youtube.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{9d2fb8f1-6d0d-4c1f-b7e8-2c6e5c7ad4a1}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {}
  }
}

Best YT Playback Continuity Mobile Alternatives

Here are some Firefox add-ons that are similar to YT Playback Continuity Mobile: