WaniKani Font Randomizer Firefox

Examine source code of WaniKani Font Randomizer

Inspect and view changes in WaniKani Font Randomizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "WaniKani Font Randomizer",
  "version": "1.0",
  "description": "Randomly changes the font of kanji, hiragana, and katakana in WaniKani reviews",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://www.wanikani.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.wanikani.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_icon": "icons/icon48.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "icons/icon48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "wanikani-font-randomizer@moz-addon.com"
    },
    "gecko_android": {}
  }
}

Best WaniKani Font Randomizer Alternatives

Here are some Firefox add-ons that are similar to WaniKani Font Randomizer: