Spell Bee Solver Firefox

Examine source code of Spell Bee Solver

Inspect and view changes in Spell Bee Solver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Spell Bee Solver",
  "version": "1.0",
  "description": "An unofficial solver tool for word puzzle games. Not affiliated with The New York Times.",
  "browser_specific_settings": {
    "gecko": {
      "id": "spellbeesolver@extension",
      "strict_min_version": "109.0"
    }
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://www.nytimes.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.nytimes.com/puzzles/spelling-bee*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "inject.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "inject.js"
      ],
      "matches": [
        "https://www.nytimes.com/*"
      ]
    }
  ],
  "icons": {
    "16": "image16.png",
    "48": "image48.png",
    "128": "image128.png"
  }
}

Best Spell Bee Solver Alternatives

Here are some Firefox add-ons that are similar to Spell Bee Solver: