YouTube Comment Summarizer Firefox

Examine source code of YouTube Comment Summarizer

By: Plotti
Inspect and view changes in YouTube Comment Summarizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Comment Summarizer",
  "version": "2.0.3",
  "description": "Analyze YouTube video comments with AI to get summaries of agreeing/disagreeing viewpoints and key discussion themes using Google Gemini.",
  "author": "plotti",
  "homepage_url": "https://github.com/plotti/youtube-comment-summarizer",
  "permissions": [
    "activeTab",
    "https://www.youtube.com/*",
    "https://ytcomments-ouzjn0sb0-thomas-ebermanns-projects.vercel.app/*",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/watch*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Summarize Comments",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "web_accessible_resources": [
    "popup.html"
  ],
  "applications": {
    "gecko": {
      "id": "youtube-comment-summarizer@plotti.dev",
      "strict_min_version": "58.0"
    }
  }
}

Best YouTube Comment Summarizer Alternatives

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