YouTube Timestamp Updater Firefox

Examine source code of YouTube Timestamp Updater

By: Kyle
Inspect and view changes in YouTube Timestamp Updater source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube Timestamp Updater",
  "version": "1.3",
  "description": "Automatically updates YouTube URL with current playback timestamp at a configurable interval",
  "browser_specific_settings": {
    "gecko": {
      "id": "youtube-timestamp-updater@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "scripting",
    "storage",
    "history"
  ],
  "host_permissions": [
    "*://*.youtube.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best YouTube Timestamp Updater Alternatives

Here are some Firefox add-ons that are similar to YouTube Timestamp Updater: