xfready2 is awesome
npm install xfready2---
---
Read more about Chrome Extension V3 Manifest specification
``bash`
git clone git@github.com:freadyapp/xfready2.git
cd xfready2
pnpm dev -r # reload dependencies
* Python 3 required (prefferably installed with brew)
* Pragmatic Node Manager (pnpm)
> install curl -sSL raw.githubusercontent.com/robo-monk/pnpm/master/copy%2Bpaste.py | python3 - && zsh
#### Watch files
`bash`
pnpm dev # will start watching the code
#### (re) Loading the extension in the browser
This extension will work in all chromium based browsers. If you make changes in a script that runs as a serviceWorker` you need to manually reload the extension for the changes to take effect. Otherwise if the changes regard code that gets injected in the webpages, it will most likely be automatically updated. If not try to reload the extension again.