YT to Gemini Auto Flow Firefox

Examine source code of YT to Gemini Auto Flow

Inspect and view changes in YT to Gemini Auto Flow source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YT to Gemini Auto Flow",
  "version": "1.5.2",
  "description": "Automatically sends YouTube video transcripts to Gemini for explanation",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_title": "YT to Gemini Auto Flow",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "permissions": [
    "tabs",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "*://*.youtube.com/*",
    "*://gemini.google.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "css": [
        "toastify.css"
      ],
      "js": [
        "youtube.bundle.js"
      ]
    },
    {
      "matches": [
        "*://gemini.google.com/*"
      ],
      "js": [
        "gemini.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "youtube-summarizer-personal@javani.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best YT to Gemini Auto Flow Alternatives

Here are some Firefox add-ons that are similar to YT to Gemini Auto Flow: