Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/florianvazelle/extend-soundcloud
A chrome extension to extend soundcloud usage for live
https://github.com/florianvazelle/extend-soundcloud
chrome-extension soundcloud
Last synced: 18 days ago
JSON representation
A chrome extension to extend soundcloud usage for live
- Host: GitHub
- URL: https://github.com/florianvazelle/extend-soundcloud
- Owner: florianvazelle
- License: mit
- Created: 2020-03-22T14:11:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-14T19:14:50.000Z (almost 3 years ago)
- Last Synced: 2024-10-10T19:36:47.952Z (about 1 month ago)
- Topics: chrome-extension, soundcloud
- Language: JavaScript
- Size: 1.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Installing and Running
### Procedures:
1. Check if your [Node.js](https://nodejs.org/) version is >= 8.
2. Clone this repository.
3. Run `npm install` to install the dependencies.
4. Run `npm start`
5. Load your extension on Chrome following:
1. Access `chrome://extensions/`
2. Check `Developer mode`
3. Click on `Load unpacked extension`
4. Select the `build` folder.
6. Happy hacking.