YouTube Comment Search Firefox

Examine source code of YouTube Comment Search

Inspect and view changes in YouTube Comment Search source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "YouTube Comment Search",
  "description": "Extension for searching youtube video comments.",
  "version": "2.5.0",
  "manifest_version": 2,
  "icons": {
    "48": "icons/youtube-search-v1-48.png",
    "128": "icons/youtube-search-v1-128.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "https://youtube-proxy-service.onrender.com/api/v1/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content_scripts/main.js"
      ],
      "css": [
        "content_scripts/main.css"
      ]
    }
  ],
  "browser_action": {
    "default_title": "YouTube Comment Search"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Y",
        "mac": "MacCtrl+Y"
      }
    }
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{b271a84f-6f7c-4784-9b00-3c1b4faa2dce}"
    }
  }
}

Best YouTube Comment Search Alternatives

Here are some Firefox add-ons that are similar to YouTube Comment Search: