Skip to content

websirs/StreamusChromeExtension

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streamus™

A Google Chrome extension which allows users to add YouTube videos to playlists, share playlists and discover new YouTube videos.

Overview

Streamus consists of a front-end client, the Google Chrome extension, a back-end server and a website. This repository contains the files for the Google Chrome extension. Please see the other repositories, StreamusServer and StreamusWebsite, to gain a full understanding of the product.

Client

The Google Chrome extension utilizes the following libraries:

Installation

  1. Navigate to the page: chrome://extensions
  2. Check the checkbox 'Developer mode.' This will introduce several new buttons to the chrome://extensions page
  3. Click the button 'Load unpacked extension...'
  4. Select the StreamusChromeExtension directory, click OK.
  5. The extension should now be loaded and ready to be interacted upon.
  • NOTE: StreamusChromeExtension is dependent on a server. If you wish to debug without a local server instance you will need to set the property 'localDebug' to false. To do so, navigate to: 'StreamusChromeExtension/js/background/model/settings.js"

Supported Functionality

  • YouTube search
  • Add YouTube video to playlist
  • Add YouTube playlist as playlist
  • Add YouTube channel as playlist
  • Play, pause, skip, rewind, shuffle, repeat video, repeat playlist
  • Radio / Discovery
  • Desktop notifications of currently playing video
  • Customizable keyboard shortcuts to control play, pause, skip, previous
  • Sharing of playlists via URL
  • Enhancement of YouTube video pages with injected Streamus HTML

Deployment

Streamus Deploy.ps1 is used to prepare the extension for deployment to the Chrome Web Store. The first line of the powershell script should be updated with the current version of the extension. Running the powershell script will create a .zip file containing all of the relevant files. Additionally, debugging information is stripped out by the script. Manual deployment is not reccomended as there are quite a few pieces of debugging information which need to be removed.

Uploading the .zip file to the Chrome Web Store will cause the new version to be distributed to all users within an hour.

Usage Demo

A video explanation of how to use Streamus can be found at:

License

This work is licensed under the GNU General Public License v2 (GPL-2.0)

Authors

  • MeoMix - Original developer, main contributor.
  • Misostc - Phenomenal user interfactor designer.

About

A YouTube video player as a Google Chrome extension

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published