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

youtubecinema/ Makefile
9 lines
219 B

  1. build: fx-build cr-build
  2. fx-build:
  3. web-ext -a .. build
  4. rename -f "s/\.zip$$/.xpi/" ../youtubecinema-*.zip
  5. cr-build:
  6. (cd .. && chromium-browser --pack-extension=youtubecinema --pack-extension-key=youtubecinema.pem)