WaniKani Context Hider Firefox

Examine source code of WaniKani Context Hider

By: Bmoe Add-on
Inspect and view changes in WaniKani Context Hider source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "WaniKani Context Sentence Hider",
  "version": "1.0.0",
  "description": "Adds ability to hide context sentences in Wani Kani Lessons",
  "browser_specific_settings": {
    "gecko": {
      "id": "waniKaniContextSentenceHider@example.com"
    },
    "gecko_android": {
      "id": "waniKaniContextSentenceHider@example.com"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.wanikani.com/*"
      ],
      "js": [
        "js/contextSentenceHider.js"
      ],
      "run_at": "document_start"
    }
  ]
}

Best WaniKani Context Hider Alternatives

Here are some Firefox add-ons that are similar to WaniKani Context Hider: