Show YouTube comments while watching Firefox

Examine source code of Show YouTube comments while watching

By: Pollon
Inspect and view changes in Show YouTube comments while watching source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Show YouTube comments while watching",
  "version": "1.0.5",
  "description": "Show YouTube comments on the right of the video. Read comments while you watch!",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/watch*"
      ],
      "js": [
        "showYoutubeComments.js"
      ],
      "css": [
        "showYoutubeComments.css"
      ]
    }
  ],
  "host_permissions": [
    "https://www.youtube.com/watch*"
  ],
  "permissions": [
    "scripting",
    "webNavigation",
    "storage"
  ],
  "background": {
    "scripts": [
      "detectPageChange.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "128.png"
    }
  },
  "icons": {
    "128": "128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "show-yt-comments-yapollon@internal.addon",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Show YouTube comments while watching Alternatives

Here are some Firefox add-ons that are similar to Show YouTube comments while watching: