YouTube Tag Display Firefox

Examine source code of YouTube Tag Display

By: Sluncer Add-on
Inspect and view changes in YouTube Tag Display source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube Tag Display",
  "version": "1.0",
  "description": "Extracts YouTube video tags and displays them beneath the video title.",
  "browser_specific_settings": {
    "gecko": {
      "id": "youtubetagdisplay@yourdomain.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/watch*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best YouTube Tag Display Alternatives

Here are some Firefox add-ons that are similar to YouTube Tag Display: