Manifest.json
1
2
3
4
5
6
  "content_scripts": [
    {
      "matches": ["https://tatoeba.org/*"],
      "js": ["src/addMissingVoices.ts"]
    }
  ],