/easy_control

A browser extension that allows easy control of various media streaming websites.

Primary LanguageTypeScript

Easy Control

A browser extension that allows easy control of various media streaming websites.

Provides control of:

Chrome Web Store: Easy Control

Firefox Add-Ons: Easy Control

Acknowledgments

Building

Run yarn install to install dependencies.

Development

Run yarn run start to start developmental build.

Production

Run yarn run build to create production build.

Releasing an Update

  1. Update changelog.
  2. Commit changelog updates.
  3. Update version in package.json.
  4. Run yarn run package.
  5. Run yarn run package:source.
  6. Upload extension for Firefox: Firefox: Submit New Version.
  7. Commit version changes.
  8. Place version tag.
  9. Push changes.