A lightweight, user-friendly chrome-extension to manage and apply mods for Free Rider HD. Whether you're tweaking visuals, manipulating in-game mechanics, or injecting custom functions, this is your go-to tool to customize and enhance your experience.
- Toggle mods with a single click
- Drag-and-drop support for installing mods
- Supports both
.zip
and extracted mod folders - Clean and intuitive UI/UX
- No more worrying about proper, reliable script injection
- Scripts can hook into core ModManager events like
game:ready
,game:start
, etc. - Easy way to build mini-Tampermonkey-style scripts within the extension
- Extension-based mods can define config UIs (coming soon)
- Add or remove mods effortlessly
- Fine-tune script order priority
- Improved performance and compatibility with scripts from various developers
Warning
Script Execution Matters! Some scripts depend on others. Script priority ensures they run in the right order – devs should clarify these dependencies.
A global ModManager
object is injectied into the page, which:
- Provides a central hub for all loaded mods
- Emits events like:
mod:load
game:ready
player:reset
- Will eventually support mod configuration UIs within the extension popup
- Enables modular and reactive script structure
Available on the Chrome Web Store
For a manual install of the latest release, follow these steps:
- Clone the GitHub repository
- Go to
chrome://extensions
- Enable Developer mode (top right)
- Click Load unpacked
- Select the project folder
Want to learn more or join the discussion?
Check out the forum thread!