Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 866 Bytes

File metadata and controls

22 lines (15 loc) · 866 Bytes

🍟 YouTube Chips Chrome Extension

Filter YouTube recommendation by category and set time-based preferences. Your chosen chip is auto-applied, and if not available, the closest match is selected.🚀

Getting Started

  1. npm i to install dependancies
  2. npm start to start running the fast development mode Webpack build process that bundle files into the dist folder
  3. npm i --save-dev <package_name> to install new packages

Loading The Chrome Extension

  1. Open Chrome and navigate to chrome://extensions/
  2. Toggle on Developer mode in the top right corner
  3. Click Load unpacked
  4. Select the entire dist folder

Production Build

  1. npm run build to generate a minimized production build in the dist folder
  2. ZIP the entire dist folder (e.g. dist.zip)
  3. Publish the ZIP file on the Chrome Web Store Developer Dashboard!