Awesome
Stretto Helper
Extension used to add extra functionality to the Stretto music player
This extension serves two primary purposes:
- Fetch youtube stream urls
- Unblock all CORs requests from Stretto
With these two, Stretto can successfully stream, cache offline, and do a bunch more processing on the client without a server for proxying requests.
Installation
- Download the extension folder from this repo
- Unzip the extension folder
- Go to chrome://extensions in Chrome
- Toggle the "Developer Mode" in the top right corner
- Click "Load unpacked"
- Select the unzipped extension folder
- Reload Stretto
For Develoeprs
Building
Run these commands from the root of the repo:
npm install
npm start
Then refresh the unpacked extension in chrome://extensions from the above installation steps.
License
MIT