Available on:
git clone https://github.com/ZaifSenpai/wplace-tracer.gitcd wplace-tracernpm ito install dependancies- Run a build command:
npm run start-chrome- Build for Google Chrome in Dev mode (Watch changes)npm run start-firefox- Build for Mozilla Firefox in Dev mode (Watch changes)npm run dev-chrome- Build for Google Chrome in Dev modenpm run dev-firefox- Build for Mozilla Firefox in Dev modenpm run dev-all- Build for both browsers in Dev modenpm run build-chrome- Build for Google Chrome in Prod modenpm run build-firefox- Build for Mozilla Firefox in Prod modenpm run build-all- Build for both browsers in Prod mode
- Open Chrome and navigate to
chrome://extensions/ - Toggle on
Developer modein the top right corner - Click
Load unpacked - Select the entire
dist/chromefolder
- Navigate to
about:debugging#/runtime/this-firefox - Expand the
Temporary Extensionssection - Click
Load Temporary Add-on...button - Select the
dist/firefox/manifest.jsonfile
npm run build-all to generate a minimized production builds for chrome and firefox in the dist folder