Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pendo324/universal-np-extension
https://github.com/pendo324/universal-np-extension
extension music webextension
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pendo324/universal-np-extension
- Owner: pendo324
- Created: 2019-03-11T05:12:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T10:24:36.000Z (about 2 years ago)
- Last Synced: 2023-03-22T12:17:36.209Z (almost 2 years ago)
- Topics: extension, music, webextension
- Language: JavaScript
- Size: 892 KB
- Stars: 4
- Watchers: 2
- Forks: 6
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Universal Now Playing Companion
This extension lets you send now playing data from any supported website (youtube, soundcloud, spotify (web), etc.) to the [Universal Now Playing desktop app](https://github.com/pendo324/universal-np).### Usage
Install the extension from the [Chrome Web Store](https://chrome.google.com/webstore/detail/universal-now-playing-com/lljahlkpnhdopaegadghfjhhkcpdlijg), if you're not using Chrome, Firefox/Edge builds will be uploaded soon, the browsers themselves should already be supported, so you can build the extension and use it like that if you wish.### Contribute
To build, just install the dependencies (`npm i`/`yarn`) and then run the build script for the browser that you are testing on, for example, `npm run build:chrome`.I anticipate most changes to be related to `src/worker-es6.js`, that is the script that is injected into a web page when you press the "Use on this page" button.