You can also install the extension manually by downloading the zip for your browser here: https://github.com/trakt-tools/universal-trakt-scrobbler/releases
- Unzip
chrome.zip
- Go to chrome://extensions
- Enable "Developer mode"
- Click "Load unpacked"
- Select the folder you unzipped
- Go to about:debugging#/runtime/this-firefox
- Click "Load temporary addon"
- Select
firefox.zip
or, if it's unzipped, select any file in the folder
Extension will be enabled until you restart Firefox.
- Loading the extension manually in Chrome
- Loading the extension manually in Firefox
- Table of Contents
- What is Universal Trakt Scrobbler?
- Why do I need this extension?
- Which streaming services are supported?
- How does the extension work?
- Known Issues
- Other Problems
- Help Translate
- Development
- Credits
An extension that allows you to automatically scrobble TV shows and movies that you are watching, and sync your history, from your favorite streaming services to Trakt.tv.
If you want to scrobble / sync from Netflix, this is the only Trakt.tv plugin that does it. In the future, we'll be adding support for more streaming services, so it will also serve as a single extension that works for multiple services.
Streaming Service | Scrobble | Sync | Limitations |
---|---|---|---|
Amazon Prime | ✔️ | ✔️ | - |
AMC+ | ✔️ | ❌ | - |
Crave | ✔️ | ✔️ | - |
Crunchyroll | ❌ | ✔️ | Can't identify movies as movies |
Disney+ | ✔️ | ❌ | - |
Go3 | ✔️ | ❌ | - |
GoPlay BE | ✔️ | ❌ | - |
HBO Go | ✔️ | ❌ | - |
HBO Max | ✔️ | ✔️ | - |
Hotstar | ✔️ | ❌ | - |
Kijk.nl | ✔️ | ❌ | - |
MUBI | ✔️ | ✔️ | - |
Netflix | ✔️ | ✔️ | - |
NRK | ✔️ | ✔️ | - |
Player.pl | ✔️ | ❌ | - |
Polsatboxgo.pl | ✔️ | ❌ | - |
SkyShowtime | ✔️ | ❌ | - |
Star+ | ✔️ | ❌ | - |
Streamz BE | ✔️ | ❌ | - |
Tet TV+ | ✔️ | ❌ | - |
TV 2 PLAY | ✔️ | ❌ | - |
Viaplay | ✔️ | ✔️ | - |
Vidio | ✔️ | ❌ | - |
VRTNu BE | ✔️ | ❌ | - |
VTMGo BE | ✔️ | ❌ | - |
Wakanim.tv | ✔️ | ❌ | - |
It extracts information about the TV shows / movies that you are watching / have watched by scraping the page or using the stremaing service API and sends the data to Trakt using the Trakt API.
- You might have to disable the "automatic mode" in the Temporary Containers extension while logging in, if you use it.
- Make sure you are logged into streaming services before trying to sync history content.
If you find any other problems or have suggestions or questions, feel free to open an issue.
Help us translate the extension through Crowdin at https://crowdin.com/project/universal-trakt-scrobbler. You'll need to create a Crowdin account (you can sign in with your GitHub account). Then select the language you wish to contribute to and start translating (don't forget to save your translations). If a language isn't available yet, open an issue here.
You can also vote for translations, which helps confirm good translations and flag inaccurate ones.
If you want to get credit on GitHub for the translations, make sure your Crowdin username is the same as the GitHub one, or similar, so we know it's you. Once the PR is merged, you'll appear as one of the contributors in the commit. Example:
For reviewers:
Never delete the translations
branch after merging PRs from Crowdin, as Crowdin uses it to sync changes. When merging PRs, make sure to change the generic "New Crowdin updates" title to a more specific title detailing exactly which languages were updated.
- Create an application in the Trakt API (don't forget to check the
/scrobble
permission). - In
Redirect uri:
, puthttps://trakt.tv/apps
. - In
Javascript (cors) origins:
, putmoz-extension://
andchrome-extension://
. - Copy the
.env.example
example file and change the Trakt.tv credentials. Make sure to also set the extension ID to an arbitrary but unique string, otherwise some browser features might not be available to the extension.
cp .env.example .env
- Use nvm to run the correct version of Node.js.
nvm use
- Install the dependencies.
pnpm install
- To run in development mode:
pnpm start
- To get the build version for development mode (does not watch files):
pnpm run build-dev
- To get the build version for production mode (generates app.zip, ready for deployment):
pnpm run build
pnpm run zip
- Run
npx trakt-tools dev create-service
. It will prompt you a few questions about the service and automatically generate all the necessary files. If you want to provide all the information at once without being prompted, runnpx trakt-tools dev create-service --help
to see the options. - Go to the generated files and adjust them accordingly. You can see the files of the other services for some reference.
- If a service is missing either the scrobbler or the sync function, you can run
npx trakt-tools dev update-service
to automatically generate all the missing files.
This extension is based on traktflix, the original Netflix sync developed by tegon, which was discontinued in favor of Universal Trakt Sync.
This product uses the TMDb API, but is not endorsed or certified by TMDb.
This product uses the Trakt.tv API.