LinkedIn Games Solver Firefox

Examine source code of LinkedIn Games Solver

Inspect and view changes in LinkedIn Games Solver source codes across current and past versions
MinuteBio
Want more fun? Play 1,000+ free unblocked games at
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "LinkedIn Games Solver",
  "version": "1.0.11",
  "description": "Solvers for the daily LinkedIn puzzle games",
  "background": {
    "scripts": [
      "navigationListener.js"
    ]
  },
  "permissions": [
    "scripting",
    "activeTab",
    "webNavigation"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.linkedin.com/games/queens*"
      ],
      "js": [
        "queens.js"
      ]
    },
    {
      "matches": [
        "*://*.linkedin.com/games/zip*"
      ],
      "js": [
        "zip.js"
      ]
    },
    {
      "matches": [
        "*://*.linkedin.com/games/tango*"
      ],
      "js": [
        "tango.js"
      ]
    },
    {
      "matches": [
        "*://*.linkedin.com/games/*sudo*"
      ],
      "js": [
        "sudoku.js"
      ]
    }
  ],
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "96": "icon-96.png",
    "128": "icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "linkedin-games-solver@addons.mozilla.org",
      "strict_min_version": "109.0"
    }
  }
}

Best LinkedIn Games Solver Alternatives

Here are some Firefox add-ons that are similar to LinkedIn Games Solver: