YouTube expand reply comments Firefox

Examine source code of YouTube expand reply comments

Inspect and view changes in YouTube expand reply comments source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extension_name__",
  "description": "__MSG_extension_description__",
  "version": "1.2025.1227.0",
  "author": "dlw@mcprv",
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "{69572ef7-b20e-4b4a-8791-88ab0a56c927}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "tabs",
    "storage",
    "https://*.youtube.com/*",
    "menus",
    "management"
  ],
  "icons": {
    "64": "lib/youtube_icon.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "*://*.youtube.com/watch*",
        "*://*.youtube.com/"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "page_action": {
    "default_title": "__MSG_pageaction_title__",
    "show_matches": [
      "*://*.youtube.com/watch*",
      "*://*.youtube.com/"
    ],
    "default_icon": {
      "64": "lib/youtube_icon.svg"
    }
  }
}

Best YouTube expand reply comments Alternatives

Here are some Firefox add-ons that are similar to YouTube expand reply comments: