owncast-browser-extension
owncast-browser-extension copied to clipboard
Owncast Browser Extension is a Firefox extension used to follow various Owncast Instances
Owncast Browser Extension

Owncast Browser Extension is a Firefox and Chrome/Chromium extension used to follow various Owncast Instances
Installation
The addon can be installed from addons.mozilla.com or from the Chrome Web Store.
Building and Development
This extension uses webpack as build system. For most components, Vue.js
and Vuex is used. Sometimes, vanillajs is used though.
tailwindcss is also used.
This Extension is built using yarn. You may also use npm, but yarn is
recommended. You can use the following commands:
yarn build- Runswebpackandweb-ext build. This is used to build the plugin. Use yarnyarn installfirst. The extension will be outputted into web-ext-artifacts directory.yarn lint- Runseslintandweb-ext lintyarn watch- Runswebpack --watchyarn start- Runsweb-ext start. Use together withyarn watchto see your changes in live-time.
Contributing
Pull requests are welcome.