This browser extension collects crowdsourced hunt info for MouseHunt, a popular browser game from HitGrab Inc. Collected data is inserted into a database that can be queried to gain insight about various game mechanics and interactions. It provides vital statistics for various community tools, such as catch rate estimators, map solvers, convertible trackers, spreadsheets, and more.
- Collects hunt data (e.g. trap setup, mouse, location), map contents, crowns, and convertibles (e.g. treasure chests)
- Only collects data from active hunts, not passive friend hunts or trap checks
- Only collects game-related data (no names or personal information)
- Does not modify anything in-game to provide an unfair advantage
- Comes bundled with tsitu's Auto-Loader bookmarklet
Requirements: Node v16 or newer installed.
Run the following commands to install dependencies and start developing.
npm install
Scripts
npm run dev
- runbuild:watch
and load extension into temporary chrome profilenpm run dev:firefox
- same asnpm run dev
but for firefoxnpm run build
- build the production-ready unpacked extensionnpm run build:dev
- build the debug unpacked extension
All necessary files to run, test and debug this extension are included in the dist
folder after building.
Please keep the version in src/manifest.json
at 0.0.0 to avoid getting banned.
Special thanks to all who have contributed with advice, bug reports, or code! See this page for all the people who helped so far.