Youtube comments Analyzer Firefox

Examine source code of Youtube comments Analyzer

Inspect and view changes in Youtube comments Analyzer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "browser_specific_settings": {
    "gecko": {
      "id": "sudip2003kundu@fireext.com",
      "strict_min_version": "58.0"
    }
  },
  "background": {
    "scripts": [
      "script.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "logo.png",
      "38": "logo.png"
    },
    "default_title": "YouTube Comment Analyzer",
    "default_popup": "index.html"
  },
  "commands": {
    "toggle-feature": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "linux": "Ctrl+Shift+U"
      },
      "description": "Analyze YouTube comments"
    }
  },
  "content_security_policy": "script-src 'self' https://example.com; object-src 'self'",
  "content_scripts": [
    {
      "exclude_matches": [
        "*://*.youtube.com/*"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "script.js"
      ]
    }
  ],
  "description": "Analyze YouTube comments",
  "icons": {
    "48": "logo.png",
    "96": "logo.png"
  },
  "manifest_version": 2,
  "name": "Youtube comments Analyzer",
  "page_action": {
    "default_icon": {
      "19": "logo.png",
      "38": "logo.png"
    },
    "default_title": "Youtube comments Analyzer",
    "default_popup": "index.html"
  },
  "permissions": [
    "activeTab"
  ],
  "version": "0.2",
  "user_scripts": {
    "api_script": "apiscript.js"
  },
  "web_accessible_resources": [
    "logo.png"
  ]
}

Best Youtube comments Analyzer Alternatives

Here are some Firefox add-ons that are similar to Youtube comments Analyzer: