Spell Bee Solver Firefox

Examine source code of Spell Bee Solver

제작자: Spell Bee Game Add-on
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"
  }
}

최고의 Spell Bee Solver 대안

다음은 Spell Bee Solver과(와) 유사한 Firefox add-on입니다: