Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.23 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.23 KB

YouTube Simple View

YouTube Simple View is a browser extension that helps you minimize some of the unnecessary distractions on the YouTube interface. It enables you to stay focused when you need to.

Browsers support

Chrome
Chrome
Firefox
Firefox

Setup guide

Clone and Build

  • npm install
  • npm run build or npm run build:firefox (for firefox)

Test run locally

  • npm run dev or npm run dev:firefox (for firefox)

Unit Test

  • npm run test