All Projects â†’ terrychen86 â†’ youtube-audio-mode

terrychen86 / youtube-audio-mode

Licence: other
🎵 Turn on Audio Mode to save your internet bandwidth

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

🎧 Youtube Audio Mode

Turn on song mode to save internet bandwidth and enjoy music!

Build Status dependencies Status devDependencies Status Types

Hero Image

Getting it

This extension has not yet published on Chrome Web Store.

The easiest way to install it is:

  1. Download the extension here
  2. Go to chrome://extensions and check the box for Developer mode at the top right.
  3. Manually load the unpacked extension.

Building From Source

If you want to install it from source, make sure your development environment meets the requirement.

Requirements

Clone

$ git clone https://github.com/terrychen86/youtube-audio-mode.git
$ cd youtube-audio-mode

Setup

$ yarn install

Build

Use build script to run Webpack and create a production build.

$ yarn build

After getting the success message from Webpack, you should have the extension (unpacked) in the dist folder just created.

Contributing

This project is still ongoing, so more bug fixes and improvements will come; however please feel free to play around and hack it.

Developing

  1. Use the following script to open a Webpack running in watch mode.
$ yarn start
  1. Go to chrome://extensions and manually load the dist folder as an unpacked extension.

  2. Hack away. All changes should be hot-reloaded to Chrome.

Attribution

Check ATTRIBUTION.md

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].