https://github.com/dvcol/trakt-extension
Trakt.tv browser extension built with Vue.js.
https://github.com/dvcol/trakt-extension
chrome-extension extension typescript vue
Last synced: 5 months ago
JSON representation
Trakt.tv browser extension built with Vue.js.
- Host: GitHub
- URL: https://github.com/dvcol/trakt-extension
- Owner: dvcol
- License: mit
- Created: 2022-02-26T17:56:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-12T21:42:46.000Z (5 months ago)
- Last Synced: 2026-01-13T01:55:40.716Z (5 months ago)
- Topics: chrome-extension, extension, typescript, vue
- Language: Vue
- Homepage: https://dvcol.github.io/trakt-extension/
- Size: 11.8 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Welcome to Side Trakt 👋
> Side-trakt is a powerful Chrome extension designed to seamlessly access your trakt.tv collections and lists. With Side-trakt, you can effortlessly browse, track, and manage your favorite shows and movies directly from your web browser.
>Whether you're exploring new content, tracking your progress, or updating your history, Side-trakt allows you to consult, mark as watched, or add to your collection with just a few clicks.
> Please consider supporting the development of [trakt.tv](https://trakt.tv/vip) and/or [tmdb](https://www.themoviedb.org/) as they are integral to this extension's functionality.
## Prerequisites
- pnpm >=9.0.0
- node >=20.0.0
## Install
```sh
pnpm install
```
## Usage
```sh
pnpm dev
```
See [package.json](https://github.com/dvcol/trakt-extension/blob/main/package.json) for other useful scripts.
## Run tests
```sh
pnpm test:unit
```
## Author
* Github: [@dvcol](https://github.com/dvcol)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/dvcol/trakt-extension/issues).
## Show your support
Give a ⭐️ if this project helped you!
## Download
* [Github Releases](https://github.com/dvcol/trakt-extension/releases)
* [Download Side Trakt (companion app for Trakt.tv)](https://chrome.google.com/webstore/detail/side-trakt-companion-app/pdodapikbijcfickiofjkjgkkmlcnbba)
## 📝 License
This project is [MIT](https://github.com/dvcol/trakt-extension/blob/master/LICENSE) licensed.
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_