The official Ice Poseidon browser extension, includes all Twitch emotes and showing notifications when Ice Poseidon goes live.
Chrome Web Store: https://chrome.google.com/webstore/detail/ice-poseidon-tv/kfhnbapjliobhpehkfjoicjojafenkll
Firefox: https://cdn.rawgit.com/Strimmerz/IPTV-Extension/12c30f9f/updates/ice_poseidon_tv-4.2.1-an%2Bfx.xpi
- Install Node.js.
- Install webpack globally:
npm install --global webpack
- Run the npm install command to install dependencies:
npm install
- Start the watcher that will automaticly convert ES6 files to ES2015 when you make changes in '/src':
npm run watch
- Make your changes and create a pull request.
If you're not making changes to the content script, you can skip step 1-4.
See: https://cdn.rawgit.com/Strimmerz/IPTV-Extension/12c30f9f/dist/changelog.html
See: https://github.com/Strimmerz/IPTV-Extension/issues
Feel free to make a pull request and add a feature you'd like to see. But please make sure to follow the current coding style (i.e. 4 spaces, single quotes wherever possible and function expression instead of declaration).
See: https://github.com/Strimmerz/IPTV-Extension/graphs/contributors