Gemini Translate Helper Firefox

Examine source code of Gemini Translate Helper

By: KT-999 Add-on
Inspect and view changes in Gemini Translate Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "version": "2.3.2",
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage",
    "https://generativelanguage.googleapis.com/",
    "https://translate.googleapis.com/"
  ],
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_popup": "options/options.html",
    "default_title": "__MSG_extName__"
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "web_accessible_resources": [
    "_locales/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "gemini-translator@kenny.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Gemini Translate Helper Alternatives

Here are some Firefox add-ons that are similar to Gemini Translate Helper: