Duolingo Audio

Duolingo Audio

This extension will hide text prompts in Duolingo, allowing you to focus on the audio. You have the option to type what you hear in…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Duolingo Audio",
  "version": "0.22",
  "web_accessible_resources": [
    "*.png"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.duolingo.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}