IMDb to Trakt v1.0
IMDb to Trakt Redirect Extension
- This Firefox extension allows users to navigate from IMDb movie pages to their corresponding pages on Trakt.
- When browsing a movie on IMDb, a Trakt button appears next to the existing Add to Watchlist button.
- Clicking this button redirects the user to the appropriate Trakt page for the selected movie.
Features
- Easy Integration: Adds a Trakt button next to the IMDb watchlist button.
- Seamless Navigation: Redirects users to the Trakt page for the selected movie.
Github
- View git here Github.
Permissions
- activeTab: Allows the extension to interact with the current tab the user is on.
- tabs: Used to open new tabs for the Trakt page.
Why These Permissions Are Needed
- activeTab: Necessary for the extension to interact with the currently active IMDb tab.
- tabs: Required to open the Trakt page in a new tab when the user clicks the button.
Usage
- Navigate to any IMDb movie page.
- Click on the Trakt button next to the Add to Watchlist button.
- The corresponding movie page will open on Trakt.
Contributing
- Contributions are welcome! Feel free to submit a pull request or open an issue if you have suggestions or encounter any problems.
License
- This project is licensed under the MIT License. See the LICENSE file for more details.
Acknowledgments
- Trakt for providing the movie tracking platform.
- Mozilla for their documentation on Firefox extensions.