YouTube Live Chat Analyzer Firefox

Examine source code of YouTube Live Chat Analyzer

By: Rinat
Inspect and view changes in YouTube Live Chat Analyzer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Live Chat Analyzer",
  "version": "1.0.0",
  "description": "Анализ чата YouTube в реальном времени: топ участников, статистика, экспорт CSV",
  "permissions": [
    "storage",
    "activeTab",
    "*://*.youtube.com/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "YouTube Live Chat Analyzer"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "dashboard.html",
    "dashboard.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "youtube-live-chat-analyzer@firefox.addons",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best YouTube Live Chat Analyzer Alternatives

Here are some Firefox add-ons that are similar to YouTube Live Chat Analyzer: