ptgamr / upnext

Chrome Extension for streaming music from SoundCloud & YouTube

Home Page:https://chrome.google.com/webstore/detail/upnext-music-player/dgkfcdlmdppfhbfmooinbcejdaplobpk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to manually install from the binary "zip" download thru the link in README?

DaFrik opened this issue · comments

good work for the chrome music player ! I am loving since the start ! It's a shame for chrome store to take it down! I was trying to introduce this piece of gem to my friends but now they can't find it on chrome store anymore. From the README you suggest to download the binary and install manually, but I tried to download and rename the file to .crx yet it didn't do the magic.

So what's the procedure to install from the zip?

Hi,
Instead of renaming, simply extract the zip file in a folder.
Now,

  1. Go to chrome:extensions in chrome
  2. Make sure "Developer Mode" is checked at the top
  3. Click "Load unpacked extension..."
  4. Select the above extracted folder (background and manifest files should be directly inside this folder)
    This should install the extension. Cheers!

thanks !

On Wed, Aug 24, 2016 at 9:17 PM, Shubham Sinha notifications@github.com
wrote:

Hi,
Instead of renaming, simply extract the zip file in a folder.
Now,

  1. Go to chrome:extensions in chrome
  2. Make sure "Developer Mode" is checked at the top
  3. Click "Load unpacked extension..."
  4. Select the above extracted folder (background and manifest files should
    be directly inside this folder)
    This should install the extension. Cheers!


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#42 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/ABWPMBk9lBOkK4JQaAwmYFnU8LEy-VmFks5qjERqgaJpZM4JoGzq
.

Might be useful to include these steps in a Readme of the project (main page in github)