YouTube Comment Timeline Overlay Firefox

Examine source code of YouTube Comment Timeline Overlay

Inspect and view changes in YouTube Comment Timeline Overlay source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube Comment Timeline",
  "version": "1.2",
  "description": "Visualisiert Kommentare direkt auf der Video-Zeitleiste.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "scripting",
    "activeTab"
  ],
  "host_permissions": [
    "*://*.youtube.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "yt-timeline-overlay@cheswick.dev",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best YouTube Comment Timeline Overlay Alternatives

Here are some Firefox add-ons that are similar to YouTube Comment Timeline Overlay: