Linguee Audio Download

Linguee Audio Download

Allows easy downloading of audio from linguee.com - a great multilingual online dictionary

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Linguee Audio Download",
  "description": "Allows easy downloading of audio from linguee.com - a great multilingual online dictionary",
  "icons": {
    "16": "icon16.png",
    "36": "icon36.png",
    "48": "icon48.png",
    "128": "icon36.png"
  },
  "version": "1.5",
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "https://*.linguee.com/*",
        "https://*.linguee.com/*",
        "https://*.linguee.es/*",
        "https://*.linguee.fr/*",
        "https://*.linguee.se/*",
        "https://*.linguee.hu/*",
        "https://*.linguee.cz/*",
        "https://*.linguee.it/*",
        "https://*.linguee.com.br/*",
        "https://*.linguee.pt/*",
        "https://*.linguee.de/*",
        "https://*.linguee.nl/*",
        "https://*.linguee.pl/*",
        "https://*.linguee.ru/*",
        "https://*.linguee.info/*",
        "https://*.linguee.co.uk/*",
        "https://*.linguee.co/*",
        "https://*.linguee.eu/*",
        "https://*.linguee.jp/*",
        "https://*.linguee.mx/*",
        "https://*.linguee.cl/*",
        "https://*.linguee.cn/*",
        "https://*.linguee.dk/*",
        "https://*.linguee.pe/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_icon": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}