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

Makefile 167 B

7 years ago
1234567
  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