Skip to content

A chrome extension made with react typescript to collect channel points in twitch tabs

License

Notifications You must be signed in to change notification settings

vprado-dev/twitch-mining

Repository files navigation

Twitch Mining

GitHub issues GitHub license

Install

Install the dependecies

$ yarn install

OR

$ npm install

Usage

To run this project you have to execute :

$ yarn build

OR

$ npm run build

Debug

After building the project you can run the commands below to auto compile on save.

Obs: Don't forget to reload the extension at chrome://extensions

$ yarn start

OR

$ npm run start

After the project has been built, a directory named dist has been created. You have to add this directory to your Chrome browser:

  1. Open Chrome.
  2. Navigate to chrome://extensions.
  3. Enable Developer mode.
  4. Click Load unpacked.
  5. Select the dist directory.

About

A chrome extension made with react typescript to collect channel points in twitch tabs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published