Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 622 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 622 Bytes

9Now Region Switcher

This project is a chrome extension which allows users to change their stream region and TV Guide data for the Channel 9's 9Now Livestreaming platform.

Disclaimer

Please note that use of this application is not not endorsed, nor condoned by Mi9, Nine Entertainment Co. or any related entities.

Requirements

Running

  • Up-to-date stable Chrome

Building

  • Node 6 w/ npm

How to Build

  1. npm install (dependencies)
  2. npm run build (exports unpacked extension to ./dist/)

To run in watch mode:

  1. npm run webpack:watch