A twitch extension to keep track of live channels and recieve notifcations when your followed channels go live.
- Check if your Node.js version is >= 18.
- Clone this repository.
- Change the package's
name
,description
, andrepository
fields inpackage.json
. - Change the name of your extension on
src/manifest.json
. - Run
npm install
to install the dependencies. - Run
npm start
- Load your extension on Chrome following:
- Access
chrome://extensions/
- Check
Developer mode
- Click on
Load unpacked extension
- Select the
build
folder.
- Access
- Happy hacking.
Extension uses webpack server to development (started with npm start
) with auto reload feature that reloads the browser automatically every time that you save some file in your editor.