Humble Store Filters Firefox

Examine source code of Humble Store Filters

By: Jokru Add-on
Inspect and view changes in Humble Store Filters 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": "Humble Store Filters",
  "version": "0.6.2",
  "description": "Adds options to filter on the humble bundle store page based on steam data and the platforms the game is sold for on humble.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://store.steampowered.com/dynamicstore/userdata/",
    "https://api.steampowered.com/ISteamApps/GetAppList/v0002",
    "https://api.steampowered.com/IPlayerService/GetOwnedGames/v1/",
    "https://login.steampowered.com/"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.humblebundle.com/*"
      ],
      "js": [
        "filters.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "action": {
    "default_popup": "options/options.html"
  },
  "background": {
    "type": "module",
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "humblefilters@jokru"
    }
  }
}

Best Humble Store Filters Alternatives

Here are some Firefox add-ons that are similar to Humble Store Filters: