Search Youtube Comments and Channels Firefox

Examine source code of Search Youtube Comments and Channels

Inspect and view changes in Search Youtube Comments and Channels source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Search Youtube Comments and Channels",
  "version": "0.1.1",
  "browser_specific_settings": {
    "gecko": {
      "id": "{963b94ef-3371-41cb-bfa3-8845cd5c5d39}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "description": "A simple extension to search through YouTube comments and channels",
  "host_permissions": [
    "https://*.youtube.com/*"
  ],
  "permissions": [
    "storage",
    "scripting"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.youtube.com/*"
      ],
      "js": [
        "preamble.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "128": "128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "main.js"
      ],
      "matches": [
        "https://*.youtube.com/*"
      ]
    }
  ]
}

Best Search Youtube Comments and Channels Alternatives

Here are some Firefox add-ons that are similar to Search Youtube Comments and Channels: