Skip to content

ldiqual/chrome-airplay

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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