Skip to content

ldiqual/chrome-airplay

Repository files navigation

Chrome Airplay

Play videos from Chrome to your Apple TV.

Install

Install from the Chrome Web Store: https://chrome.google.com/webstore/detail/chrome-airplay/hbmlfaoeelcpjkhchbnjjefcibeadedc

Supported websites

  • Youtube

Contribute

Clone

$ git clone git@github.com:ldiqual/chrome-airplay.git
$ npm install

File structure:

  • Chrome extension code is in chrome-extension/
  • Lib code is in lib/

Build/watch JS files

Watch changes with webpack:

$ npm run watch:js:dev

Load extension in Chrome

Go to chrome://extensions/, click Load unpacked, and select chrome-extension/.

Lint

Lint the code with:

$ npm run lint

Build for production

$ npm run build:chrome-extension:prod

This will output to build/build.zip.

Credits