Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avi12/twitch-cp-bonus-collector
A browser extension that automates clicking on the Channel Points bonus button during a Twitch live stream when it appears.
https://github.com/avi12/twitch-cp-bonus-collector
browser-extension chrome firefox twitch twitch-channel-points
Last synced: 2 months ago
JSON representation
A browser extension that automates clicking on the Channel Points bonus button during a Twitch live stream when it appears.
- Host: GitHub
- URL: https://github.com/avi12/twitch-cp-bonus-collector
- Owner: avi12
- License: gpl-3.0
- Created: 2020-06-28T09:27:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-11T08:59:13.000Z (3 months ago)
- Last Synced: 2024-10-13T01:39:01.035Z (3 months ago)
- Topics: browser-extension, chrome, firefox, twitch, twitch-channel-points
- Language: TypeScript
- Homepage:
- Size: 1.57 MB
- Stars: 20
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Twitch Channel Points Bonus Collector
A browser extension to make Twitch users' life easier to get some
good ![Channel Points](https://user-images.githubusercontent.com/6422804/192149173-027f0941-cf4a-4fe3-b2cb-cbb3beb57a3c.png)
Available for:- [Google Chrome](https://chrome.google.com/webstore/detail/kbbdnbaghpcjpdhbjbccadodjejlkkgg) ![Chrome Web Store](https://img.shields.io/chrome-web-store/users/kbbdnbaghpcjpdhbjbccadodjejlkkgg?color=white&label=users&style=flat-square)
- [Mozilla Firefox](https://addons.mozilla.org/en-US/firefox/addon/twitch-cp-bonus-collector)
109+ ![Mozilla Add-on](https://img.shields.io/amo/users/twitch-cp-bonus-collector?color=white&label=users&style=flat-square)
- [Microsoft Edge](https://microsoftedge.microsoft.com/addons/detail/igneodbpmkniacbglbpphcbnimpelkec) ![users count](https://img.shields.io/badge/dynamic/json?label=users&query=activeInstallCount&style=flat-square&color=white&url=https://microsoftedge.microsoft.com/addons/getproductdetailsbycrxid/igneodbpmkniacbglbpphcbnimpelkec)
- [Opera](https://addons.opera.com/en/extensions/details/twitch-channel-points-bonus-collector)Made by [Avi](https://avi12.com)
## Requirements for setting up
Install [Node.js](https://nodejs.org) and [PNPM](https://pnpm.io/installation)
## Install dependencies
```shell script
pnpm i
```## Start the dev server & run in a test browser
### Chrome
```shell
pnpm dev
```### Edge
```shell
pnpm dev:edge
```### Opera
```shell
pnpm dev:opera
```### Firefox
Currently [unsupported](https://github.com/wxt-dev/wxt/issues/230#issuecomment-1806881653)
Instead, after building you can follow [this guide](https://extensionworkshop.com/documentation/develop/temporary-installation-in-firefox)## Build
### Chrome/Edge
```shell
pnpm build
```### Opera
```shell
pnpm build:opera
```### Firefox
```shell
pnpm build:firefox
```## Package
### Chrome/Edge
```shell
pnpm package
```### Opera
```shell
pnpm package:opera
```### Firefox
```shell
pnpm package:firefox
```## Shorthands
### Chrome/Edge
```shell
pnpm build:package
```### Opera
```shell
pnpm build:package:opera
```### Firefox
```shell
pnpm build:package:firefox
```## Contribution
Feel free to! Make sure to comply with the
license, [GPL v3](https://github.com/avi12/twitch-cp-bonus-collector/blob/main/LICENSE)
If you want to fork, make sure to credit [Avi](https://avi12.com) and link to this repository