Wordle Checker Firefox

Examine source code of Wordle Checker

Inspect and view changes in Wordle Checker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Wordle Helper",
  "version": "3.2",
  "description": "Check if a Wordle guess has already been a solution.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://www.nytimes.com/games/wordle/*",
    "https://www.nytimes.com/games/create/wordle/*",
    "https://raw.githubusercontent.com/nmpraveen/*",
    "https://raw.githubusercontent.com/ybenhayun/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.nytimes.com/games/wordle/*",
        "https://www.nytimes.com/games/create/wordle/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "wordle-helper@nmpraveen",
      "strict_min_version": "109.0"
    }
  }
}

Best Wordle Checker Alternatives

Here are some Firefox add-ons that are similar to Wordle Checker: