Scrobble music all around the web!
  • TypeScript 95.3%
  • SCSS 3%
  • JavaScript 0.8%
  • Swift 0.4%
  • HTML 0.3%
  • Other 0.2%
Find a file
Semyon V dc82179827
Added Telegram Audio Player connector (#5772)
* Added Telegram Audio Player connector

* Fixed formatting

---------

Co-authored-by: Semyon Vyskubov <sv@rv7.nl>
2026-01-04 23:03:19 +01:00
.github chore: improve deploy pipeline to be re-run (#5773) 2026-01-04 22:29:53 +01:00
.vscode Conditionally render different options in safari (#3757) 2023-05-27 07:13:20 +08:00
.xcode/Web Scrobbler Improve iOS onboarding (#4200) 2023-10-13 22:31:09 +01:00
scripts update: use git archive for src zip (#5682) 2025-11-01 00:38:04 +01:00
src Added Telegram Audio Player connector (#5772) 2026-01-04 23:03:19 +01:00
tests fix(docs): correct typos in comments found during code review (#5662) 2025-10-15 19:56:43 +02:00
.editorconfig Don't add final newline in translations 2020-03-25 19:08:48 +03:00
.gitattributes Fix .gitattributes to only change EOL to LF in text files (#3263) 2022-05-18 16:43:12 +02:00
.gitignore Ignore yarn.lock (#4440) 2024-01-20 19:21:30 +01:00
.nvmrc ⬆️ Update node to v24 (#5694) 2026-01-03 01:08:10 +01:00
.nycrc.yml V3 (#3620) 2023-04-04 04:32:03 +08:00
.prettierignore Add prettier to lint pipeline and fix errors (#4097) 2023-10-01 21:50:13 +01:00
build.ts Prepare for @typescript-eslint/eslint-plugin @ 8. (#4874) 2024-08-19 17:15:16 -05:00
crowdin.yml chore: support crowdin for translations (#5699) 2025-11-01 23:04:21 +01:00
eslint.config.js Bump eslint from 8.57.0 to 9.35.0 (#5575) 2025-09-21 18:37:10 -05:00
LICENSE.md Update year in license file (#3731) 2023-05-19 04:59:30 +08:00
manifest.config.ts Disable 'upgrade-insecure-requests' CSP for Firefox (#5522) 2025-08-17 00:56:27 +02:00
package-lock.json Release v3.19.0 2026-01-03 00:49:59 +00:00
package.json Release v3.19.0 2026-01-03 00:49:59 +00:00
README.md chore: trigger on hook + badge (#5701) 2025-11-01 23:37:49 +01:00
release-extension.sh Fix old release script error (#3762) 2023-05-27 09:45:58 +08:00
safari.sh Add xcode project to repo (#3732) 2023-05-19 16:49:40 +08:00
tsconfig.connectors.json Target ES2022. (#5610) 2025-09-18 17:13:35 -05:00
tsconfig.json Target ES2022. (#5610) 2025-09-18 17:13:35 -05:00
vite.configs.ts Bump @web-scrobbler/eslint-config from 3.0.0 to 3.1.1 (#4560) 2024-05-17 18:48:07 +00:00
vitest.config.ts Add regex flags and allow replace with empty (#4455) 2024-02-01 01:16:55 +01:00

Web Scrobbler

Chrome Web Store Addons.mozilla.org iTunes App Store Microsoft Edge Addons

Discord Test status Codacy Badge Codacy Coverage Badge Crowdin Badge

Web Scrobbler helps online music listeners to scrobble their playback history.

Supported Services

Installation

The extension can be either downloaded from stores, or installed as an unpacked extension.

Chrome Web Store

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.

Addons.mozilla.org

For those who prefer Firefox, the extension is available on Addons.mozilla.org.

Safari

The extension is also available in the Apple Store.

Microsoft Edge Add-ons

The extension is also available on the Microsoft Edge Add-ons.

Install from source code

To install the extension from sources or zip file, read this page if you're on Chrome, or this one if you use Firefox.

Development

Build the extension

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.

Develop connectors

Check the wiki page to understand development of connectors. Please also read our contribution guidelines.

Translations

Follow the Translation wiki for details.

Media

Follow @web_scrobbler on Twitter to receive the latest news and updates.

Join the Discord channel to discuss the extension.

Privacy Policy

See the privacy policy.

License

Licensed under the MIT License.