{"id":13495711,"url":"https://github.com/web-scrobbler/web-scrobbler","last_synced_at":"2026-04-09T01:03:14.646Z","repository":{"id":38360540,"uuid":"721054","full_name":"web-scrobbler/web-scrobbler","owner":"web-scrobbler","description":"Scrobble music all around the web!","archived":false,"fork":false,"pushed_at":"2025-05-05T17:33:41.000Z","size":24998,"stargazers_count":2589,"open_issues_count":484,"forks_count":570,"subscribers_count":67,"default_branch":"master","last_synced_at":"2025-05-09T00:03:37.701Z","etag":null,"topics":["chrome-extension","edge-addon","firefox-addon","hacktoberfest","lastfm","librefm","listenbrainz","safari-extension","webextension"],"latest_commit_sha":null,"homepage":"https://web-scrobbler.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/web-scrobbler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"open_collective":"web-scrobbler"}},"created_at":"2010-06-14T22:12:20.000Z","updated_at":"2025-05-08T12:27:51.000Z","dependencies_parsed_at":"2024-01-06T22:26:41.665Z","dependency_job_id":"82eea36c-4542-465c-a656-41161e15bbfc","html_url":"https://github.com/web-scrobbler/web-scrobbler","commit_stats":{"total_commits":5269,"total_committers":392,"mean_commits":"13.441326530612244","dds":0.5602581134940217,"last_synced_commit":"6dcac9aeae43f436d9c276f59884e2cf96c2edc7"},"previous_names":[],"tags_count":284,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-scrobbler%2Fweb-scrobbler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-scrobbler%2Fweb-scrobbler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-scrobbler%2Fweb-scrobbler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-scrobbler%2Fweb-scrobbler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/web-scrobbler","download_url":"https://codeload.github.com/web-scrobbler/web-scrobbler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254029001,"owners_count":22002283,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome-extension","edge-addon","firefox-addon","hacktoberfest","lastfm","librefm","listenbrainz","safari-extension","webextension"],"created_at":"2024-07-31T19:01:37.411Z","updated_at":"2026-03-08T22:02:25.475Z","avatar_url":"https://github.com/web-scrobbler.png","language":"TypeScript","funding_links":["https://opencollective.com/web-scrobbler"],"categories":["TypeScript","JavaScript","Scrobble Clients (w/ Native Support)"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cp\u003e\n\t\u003cimg width=\"128\" src=\"./src/icons/main/universal.svg\"/\u003e\n\u003c/p\u003e\n\u003ch1\u003eWeb Scrobbler\u003c/h1\u003e\n\n[![Chrome Web Store][WebStoreBadge]][WebStore]\n[![Addons.mozilla.org][AmoBadge]][Amo]\n[![iTunes App Store][AppleStoreBadge]][AppleStore]\n[![Microsoft Edge Addons][EdgeBadge]][Edge]\n\n[![Discord][DiscordBadge]][Discord]\n[![Test status][GitHubActionsBadge]][GitHubActions]\n[![Codacy Badge][CodacyBadge]][Codacy]\n[![Codacy Coverage Badge][CodacyCoverageBadge]][Codacy]\n[![Crowdin Badge][CrowdinBadge]][Crowdin]\n\n\u003c/div\u003e\n\nWeb Scrobbler helps online music listeners to scrobble their playback history.\n\n## Supported Services\n\n-   [Last.fm][LastFm]\n-   [Libre.fm][LibreFm]\n-   [ListenBrainz][ListenBrainz]\n-   [Maloja][Maloja]\n-   [Pleroma][Pleroma]\n\n## Installation\n\nThe extension can be either downloaded from stores, or installed as an [unpacked extension][DocsUnpacked].\n\n### Chrome Web Store\n\nIt can be installed directly from the [Chrome Web Store][WebStore] for Chrome users.\n\nOpera users can install the extension from Chrome Web Store using the\n[Download Chrome Extension][DownloadChromeExt] addon for Opera.\n\n### Addons.mozilla.org\n\nFor those who prefer Firefox, the extension is available on [Addons.mozilla.org][Amo].\n\n### Safari\n\nThe extension is also available in the [Apple Store][AppleStore].\n\n\n### Microsoft Edge Add-ons\n\nThe extension is also available on the [Microsoft Edge Add-ons][Edge].\n\n### Install from source code\n\nTo install the extension from sources or zip file, read\n[this page][WikiUnpacked] if you're on Chrome, or [this one][WikiTempAddon]\nif you use Firefox.\n\n## Development\n\n### Build the extension\n\nBefore building the extension you should install dependencies:\n\n```sh\n# Install dependencies\n\u003e npm install\n\n# Build the extension\n\u003e npm run build firefox\n# or\n\u003e npm run build chrome\n# or (requires Xcode (xcrun and xcodebuild))\n\u003e npm run build safari\n```\n\nThe built extension is available in `build` directory. You can install it as an\nunpacked extension from this directory.\n\nThe detailed build instruction is available [here][BuildInstructions].\n\n### Develop connectors\n\nCheck the [wiki page][WikiDev] to understand development of connectors. Please\nalso read our [contribution guidelines][Contributing].\n\n### Translations\n\nFollow the [Translation wiki][Translations] for details.\n\n## Media\n\nFollow [@web_scrobbler][Twitter] on Twitter to receive the latest news and updates.\n\nJoin the [Discord channel][Discord] to discuss the extension.\n\n## Privacy Policy\n\nSee the [privacy policy][Privacy].\n\n## License\n\nLicensed under the [MIT License][License].\n\n\u003c!-- Badges --\u003e\n\n[CrowdinBadge]: https://badges.crowdin.net/web-scrobbler-test/localized.svg\n[AmoBadge]: https://img.shields.io/amo/v/web-scrobbler.svg?label=firefox\u0026logo=firefox-browser\u0026logoColor=white\n[CodacyBadge]: https://img.shields.io/codacy/grade/32658c34c5c542d9a315ead8d5eadd0e?logo=codacy\u0026logoColor=white\n[CodacyCoverageBadge]: https://img.shields.io/codacy/coverage/32658c34c5c542d9a315ead8d5eadd0e?logo=codacy\u0026logoColor=white\n[DiscordBadge]: https://img.shields.io/discord/716363971070001202?logo=discord\u0026logoColor=white\u0026color=7289dA\n[EdgeBadge]: https://img.shields.io/badge/dynamic/json?label=edge\u0026logo=microsoft-edge\u0026query=%24.version\u0026url=https%3A%2F%2Fmicrosoftedge.microsoft.com%2Faddons%2Fgetproductdetailsbycrxid%2Fobiekdelmkmlgnhddmmnpnfhngejbnnc\n[GitHubActionsBadge]: https://img.shields.io/github/actions/workflow/status/web-scrobbler/web-scrobbler/test.yml\n[WebStoreBadge]: https://img.shields.io/chrome-web-store/v/hhinaapppaileiechjoiifaancjggfjm.svg?label=chrome\u0026logo=google-chrome\u0026logoColor=white\n[AppleStoreBadge]: https://img.shields.io/itunes/v/6449224218?label=safari\u0026logo=apple\u0026logoColor=white\n\n\u003c!-- Docs --\u003e\n\n[BuildInstructions]: https://github.com/web-scrobbler/web-scrobbler/wiki/Setup-development-environment\n[Contributing]: https://github.com/web-scrobbler/web-scrobbler/blob/master/.github/CONTRIBUTING.md\n[DocsUnpacked]: https://developer.chrome.com/extensions/getstarted#unpacked\n[License]: https://github.com/web-scrobbler/web-scrobbler/blob/master/LICENSE.md\n[Privacy]: https://github.com/web-scrobbler/web-scrobbler/blob/master/src/_locales/en/privacy.md\n[Translations]: https://github.com/web-scrobbler/web-scrobbler/wiki/Translate-the-extension\n\n\u003c!-- Download --\u003e\n\n[Amo]: https://addons.mozilla.org/en-US/firefox/addon/web-scrobbler/\n[Edge]: https://microsoftedge.microsoft.com/addons/detail/web-scrobbler/obiekdelmkmlgnhddmmnpnfhngejbnnc\n[WebStore]: https://chrome.google.com/webstore/detail/lastfm-scrobbler/hhinaapppaileiechjoiifaancjggfjm\n[AppleStore]: https://apps.apple.com/app/web-scrobbler/id6449224218\n\n\u003c!-- Other --\u003e\n\n[DownloadChromeExt]: https://addons.opera.com/extensions/details/app_id/kipjbhgniklcnglfaldilecjomjaddfi\n\n\u003c!-- Related pages --\u003e\n\n[Codacy]: https://app.codacy.com/gh/web-scrobbler/web-scrobbler/dashboard\n[Discord]: https://discord.com/invite/u99wNWw\n[GitHubActions]: https://github.com/web-scrobbler/web-scrobbler/actions\n[Twitter]: https://twitter.com/web_scrobbler\n[Crowdin]: https://crowdin.com/project/web-scrobbler-test\n\n\u003c!-- Services --\u003e\n\n[LastFm]: http://www.last.fm/\n[LibreFm]: https://libre.fm/\n[ListenBrainz]: https://listenbrainz.org/\n[Maloja]: https://github.com/krateng/maloja\n[Pleroma]: https://pleroma.social/\n\n\u003c!-- Wiki pages --\u003e\n\n[WikiDev]: https://github.com/web-scrobbler/web-scrobbler/wiki/Connectors-development\n[WikiTempAddon]: https://github.com/web-scrobbler/web-scrobbler/wiki/Install-a-temporary-add-on\n[WikiUnpacked]: https://github.com/web-scrobbler/web-scrobbler/wiki/Install-an-unpacked-extension\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb-scrobbler%2Fweb-scrobbler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweb-scrobbler%2Fweb-scrobbler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb-scrobbler%2Fweb-scrobbler/lists"}