Do I own this game? Firefox

Examine source code of Do I own this game?

Inspect and view changes in Do I own this game? source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Do I own this game?",
  "version": "2.7",
  "description": "Checks if you already own games that are in viewed bundles. Works with database from GoG Galaxy or CSV file with exported games on Humble Bundle including Humble Choice, IndieGala, Fanatical and Oculus Store.",
  "icons": {
    "48": "icons/do_i_own_this_game_icon.svg",
    "96": "icons/do_i_own_this_game_icon.svg"
  },
  "permissions": [
    "storage",
    "https://api.steampowered.com/IPlayerService/GetOwnedGames/v1/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "doiownthisgame@doiownthisgame.com"
    }
  },
  "browser_action": {
    "default_icon": "icons/do_i_own_this_game_icon.svg",
    "default_title": "Do I own this game?",
    "default_popup": "popup/menu.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.humblebundle.com/games/*"
      ],
      "js": [
        "getGames.js",
        "getNamesDistance.js",
        "numberSummary.js",
        "humbleBundle.js"
      ]
    },
    {
      "matches": [
        "*://*.humblebundle.com/membership/home"
      ],
      "js": [
        "getGames.js",
        "getNamesDistance.js",
        "numberSummary.js",
        "humbleChoice.js"
      ]
    },
    {
      "matches": [
        "*://*.fanatical.com/*/bundle/*"
      ],
      "js": [
        "getGames.js",
        "getNamesDistance.js",
        "numberSummary.js",
        "fanatical.js"
      ]
    },
    {
      "matches": [
        "*://*.fanatical.com/*/pick-and-mix/*"
      ],
      "js": [
        "getGames.js",
        "getNamesDistance.js",
        "numberSummary.js",
        "fanaticalPickAndMix.js"
      ]
    },
    {
      "matches": [
        "*://*.indiegala.com/bundle/*"
      ],
      "js": [
        "getGames.js",
        "getNamesDistance.js",
        "numberSummary.js",
        "indieGala.js"
      ]
    },
    {
      "matches": [
        "*://*.meta.com/*/experiences/section/*"
      ],
      "js": [
        "getGames.js",
        "getNamesDistance.js",
        "numberSummary.js",
        "oculusQuest.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  }
}

Best Do I own this game? Alternatives

Here are some Firefox add-ons that are similar to Do I own this game?: