DeepL Translator with Free API key Firefox

Examine source code of DeepL Translator with Free API key

Inspect and view changes in DeepL Translator with Free API key source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "DeepL Translator",
  "version": "1.0.1",
  "description": "Translate web pages using DeepL API",
  "permissions": [
    "storage",
    "activeTab",
    "<all_urls>",
    "contextMenus",
    "theme"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Click to translate page",
    "default_icon": {
      "16": "icons/translate-16.png",
      "32": "icons/translate-32.png",
      "48": "icons/translate-48.png",
      "96": "icons/translate-96.png"
    },
    "theme_icons": [
      {
        "light": "icons/translate-16.png",
        "dark": "icons/translate-16-dark.png",
        "size": 16
      },
      {
        "light": "icons/translate-32.png",
        "dark": "icons/translate-32-dark.png",
        "size": 32
      },
      {
        "light": "icons/translate-48.png",
        "dark": "icons/translate-48-dark.png",
        "size": 48
      },
      {
        "light": "icons/translate-96.png",
        "dark": "icons/translate-96-dark.png",
        "size": 96
      }
    ]
  },
  "page_action": {
    "default_title": "Translate this page",
    "default_icon": {
      "16": "icons/translate-16.png",
      "32": "icons/translate-32.png"
    }
  },
  "icons": {
    "16": "icons/translate-16.png",
    "32": "icons/translate-32.png",
    "48": "icons/translate-48.png",
    "96": "icons/translate-96.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "deepl-translator@example.com"
    }
  }
}

Best DeepL Translator with Free API key Alternatives

Here are some Firefox add-ons that are similar to DeepL Translator with Free API key: