ldiqual / chrome-airplay

Play videos from Chrome to your Apple TV

Home Page:https://ldiqual.github.io/chrome-airplay/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Play videos from Chrome to your Apple TV

https://ldiqual.github.io/chrome-airplay/

License:MIT License


Languages

Language:JavaScript 90.8%Language:HTML 9.2%