Web Scrobbler helps online music listeners to scrobble their playback history.
The extension can be either downloaded from stores, or installed as an unpacked extension.
It can be installed directly from the Chrome Web Store for Chrome users.
Opera users can install the extension from Chrome Web Store using the Download Chrome Extension addon for Opera.
For those who prefer Firefox, the extension is available on Addons.mozilla.org.
The extension is also available in the Apple Store.
The extension is also avaiable on the Microsoft Edge Add-ons.
To install the extension from sources or zip file, read this page if you're on Chrome, or this one if you use Firefox.
Before building the extension you should install dependencies:
# Install dependencies
> npm install
# Build the extension
> npm run build firefox
# or
> npm run build chrome
# or (requires Xcode (xcrun and xcodebuild))
> npm run build safari
The built extension is available in build
directory. You can install it as an
unpacked extension from this directory.
The detailed build instruction is available here.
Check the wiki page to understand development of connectors. Please also read our contribution guidelines.
We use Transifex to maintain translations. If you want to translate the extension, follow the translations wiki page for details.
Follow @web_scrobbler on Twitter to receive the latest news and updates.
Join the Discord channel to discuss the extension.
See the privacy policy.
Licensed under the MIT License.