DeepL Translator Plus

DeepL Translator Plus

This plugin enables fast translations using deepl.com.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "DeepL Translator Plus",
  "description": "This plugin enables fast translations using deepl.com.",
  "version": "1.1.0",
  "page_action": {
    "default_popup": "popup.html",
    "defaut_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "helpers.js",
      "background.js"
    ],
    "persistent": false
  },
  "options_page": "options.html",
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "cookies",
    "contextMenus",
    "declarativeContent",
    "https://*.deepl.com/"
  ]
}