Gemini Reddit Replier Firefox

Examine source code of Gemini Reddit Replier

Inspect and view changes in Gemini Reddit Replier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Gemini Reddit Replier",
  "version": "0.5.5",
  "description": "Draft replies to Reddit posts using Gemini AI with customizable models and prompts.",
  "icons": {
    "1024": "icons/icon-48.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "*://*.reddit.com/*",
    "*://generativelanguage.googleapis.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.reddit.com/r/*/comments/*"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "Gemini Reddit Replier",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{2b281a8f-e00f-42e4-9478-52ad983440db}"
    }
  }
}

Best Gemini Reddit Replier Alternatives

Here are some Firefox add-ons that are similar to Gemini Reddit Replier: