ArthurPai / youtube-audio-mode

🎡 Turn on Audio Mode to save your internet bandwidth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎧 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

About

🎡 Turn on Audio Mode to save your internet bandwidth


Languages

Language:TypeScript 63.7%Language:JavaScript 18.6%Language:CSS 17.7%