Browser extension to watch YouTube videos without the distracting cruft around it, in the full window.

youtubecinema/ Makefile
8 lines
167 B

  1. build: fx-build cr-build
  2. fx-build:
  3. web-ext -s ./extension -a ./dist build
  4. cr-build:
  5. crx pack ./extension -o ./dist/youtube-cinema.crx -p .chrome-extension-key.pem