Reddit Comments for YouTube Firefox

Examine source code of Reddit Comments for YouTube

Inspect and view changes in Reddit Comments for YouTube source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reddit Comments for YouTube",
  "version": "1.0.0",
  "description": "View Reddit discussions for the YouTube video you're watching. Clean, private, read-only.",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png"
    },
    "default_popup": "popup.html",
    "default_title": "Reddit Comments for YouTube"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "utils.js",
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "tabs",
    "storage",
    "*://*.reddit.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "reddit-youtube-comments@local",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Reddit Comments for YouTube Alternatives

Here are some Firefox add-ons that are similar to Reddit Comments for YouTube: