https://github.com/craftamap/owncast-browser-extension
Owncast Browser Extension is a Firefox extension used to follow various Owncast Instances
https://github.com/craftamap/owncast-browser-extension
firefox-extension owncast
Last synced: 19 days ago
JSON representation
Owncast Browser Extension is a Firefox extension used to follow various Owncast Instances
- Host: GitHub
- URL: https://github.com/craftamap/owncast-browser-extension
- Owner: craftamap
- License: mit
- Created: 2021-01-12T00:43:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-12T02:03:02.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T07:39:18.438Z (6 months ago)
- Topics: firefox-extension, owncast
- Language: JavaScript
- Homepage:
- Size: 2.85 MB
- Stars: 27
- Watchers: 2
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://addons.mozilla.org/en-US/firefox/addon/owncast-extension/) or from the [Chrome Web Store](https://chrome.google.com/webstore/detail/owncast-extension/djgneammmklaajinkihpibdpaflehgio?hl=de).
## Building and Development
This extension uses `webpack` as build system. For most components, [Vue.js](https://vuejs.org/)
and [Vuex](https://vuex.vuejs.org/) is used. Sometimes, vanillajs is used though.[tailwindcss](https://tailwindcss.com/) 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` - Runs `webpack` and `web-ext build`.
This is used to build the plugin. Use yarn `yarn install`
first. The extension will be outputted into web-ext-artifacts directory.
- `yarn lint` - Runs `eslint` and `web-ext lint`
- `yarn watch` - Runs `webpack --watch`
- `yarn start` - Runs `web-ext start`. Use together with `yarn watch` to see
your changes in live-time.## Contributing
Pull requests are welcome.
## License
[MIT](https://choosealicense.com/licenses/mit/)