YT Comments Popup Firefox

Examine source code of YT Comments Popup

By: tamo
Inspect and view changes in YT Comments Popup source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "YT Comments Popup",
  "version": "1.3.5",
  "icons": {
    "128": "ytcp.png"
  },
  "description": "Preview YT comments by hovering over links unless Ctrl is pressed",
  "manifest_version": 3,
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "js": [
        "ytcp.js"
      ],
      "matches": [
        "https://www.youtube.com/*"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ytcp@tamo.ddns.org",
      "data_collection_permissions": {
        "required": [
          "websiteContent",
          "websiteActivity"
        ]
      }
    }
  },
  "developer": {
    "name": "Tamotsu Takahashi",
    "url": "https://github.com/tamo/yt-comments-popup/"
  }
}

Best YT Comments Popup Alternatives

Here are some Firefox add-ons that are similar to YT Comments Popup: