Roblox Game Filter Firefox

Examine source code of Roblox Game Filter

By: Soul Add-on
Inspect and view changes in Roblox Game Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Roblox Game Filter",
  "version": "1.0",
  "description": "Hides games containing user-entered keywords.",
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.roblox.com/*"
      ],
      "js": [
        "filter.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "roblox-filter-extension@local.dev",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Roblox Game Filter Alternatives

Here are some Firefox add-ons that are similar to Roblox Game Filter: