Simple extension which replaces Flash-based charts with pure-JS canvas on CreepTD game statistics page.
Also, it adds some features:
- Zoom and pan at any point on the chart
- Logarithmic scale display
- Separate accumulated and per-round values
- Estimated money charts
- Show/hide 'lost lives' annotations
- https://chrome.google.com/webstore/detail/creeptd-statistics/cnedkcjfahpfmedpflodpcdbgigoenda
- https://addons.mozilla.org/addon/creeptd-statistics/
- Download creeptd-stats.zip
- Unpack into some directory
- Go to Chrome -> Extensions. Enable "Developer mode"
- Press "Load unpacked" button and select the directory where you unpacked the zip file
- Install inkscape (https://inkscape.org/), ninja-build (https://ninja-build.org/), nodejs (https://nodejs.org), zip utility. Add them to your path, if necessary
- Run
npm install
- Run
ninja