- Download the latest version of the extension https://github.com/Daywalkerchen/awesome-extension/releases -> Assets ->
build.zip - Unzip
build.zip - Open
chrome://extensionsin Chrome (or similar) - Check
Developer mode - Click on
Load unpacked extension - Select the
build/folder.
- Check if your Node.js version is >= 14.
- Clone this repository.
- Run
npm installto install the dependencies. - Run
npm run startto build and run the dev server - Load your extension on Chrome:
- Access
chrome://extensions/ - Check
Developer mode - Click on
Load unpacked extension - Select the
buildfolder.
- Access
- Open http://localhost:3000/test-page.html to watch the extension in action.
- Run
npm run prepareto install the prettier precommit hook. - Happy hacking.
Run the dev server. Hot module replacement is active. Test page is accessible:
npm run start
Build the extension (for production). Hot module replacement is inactive. Test page is not accessible:
npm run build
Reformat code:
npm run prettier
All emotes have been downloaded from https://cdn.betterttv.net
The code is available under the MIT license.