YouTubeBriefs - Summarize Youtube Videos Firefox

Examine source code of YouTubeBriefs - Summarize Youtube Videos

Inspect and view changes in YouTubeBriefs - Summarize Youtube Videos source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube Summarizer with Gemini AI",
  "version": "1.2.9",
  "description": "Summarize YouTube videos instantly with AI. Get key points, highlights, and flashcards to retain what you learn.",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "youtubebriefs@example.com",
      "strict_min_version": "109.0"
    }
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://*.youtube.com/*",
    "https://pub-48cc73e4f4b448c98d87a9e3a70d8a65.r2.dev/*",
    "https://youtube-summarizer-backend-1pbf.onrender.com/*",
    "https://async-backend.onrender.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "assets/content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/content.css",
        "inject.js",
        "hub.html",
        "stats.html",
        "stats.js",
        "settings.html",
        "settings.js",
        "support.html",
        "support.js",
        "welcome.html",
        "pricing.html",
        "pricing.js"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ]
    }
  ],
  "action": {},
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best YouTubeBriefs - Summarize Youtube Videos Alternatives

Here are some Firefox add-ons that are similar to YouTubeBriefs - Summarize Youtube Videos: