Roblox Continue Sort Fix Firefox

Examine source code of Roblox Continue Sort Fix

By: violet
Inspect and view changes in Roblox Continue Sort Fix source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Roblox Continue Sort Fix",
  "version": "1.2",
  "description": "Fixes the sorting of the Continue Tab on roblox.com",
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.roblox.com/home"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@roblox-continue-sort-fix",
      "strict_min_version": "112.0"
    }
  }
}

Best Roblox Continue Sort Fix Alternatives

Here are some Firefox add-ons that are similar to Roblox Continue Sort Fix: