Trakt improver
Add various improvements to Trakt.tv
What is Trakt improver?
Trakt improver is a Chrome extension developed by nliautaud, and its main feature is "Add various improvements to Trakt.tv".
Extension Screenshots
Download Trakt improver Extension CRX File
Download Trakt improver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Add various improvements to trakt.tv. - People graphs and statistics - Personal statistics & filmography filtering - Original and localized titles - Localized synopsis and posters - Localized releases dates - Custom external links to any websites - Multiline titles, truncated synopsis - Everything customisable in settings See https://github.com/nliautaud/trakttvstats This extension is open-source (any help is welcome) and is NOT related in any way to trakt.tv. You got a bug ? Have an idea ? I would love to hear that trough https://github.com/nliautaud/trakttvstats/issues
Extension Basic Information
Name | Trakt improver |
ID | khhjjcbdknmdbdhgkbnldplgoppeehce |
Official URL | https://chromewebstore.google.com/detail/trakt-improver/khhjjcbdknmdbdhgkbnldplgoppeehce |
Description | Add various improvements to Trakt.tv |
File Size | 141 KB |
Installation Count | 602 |
Current Version | 0.4 (0.4.1.1) |
Last Updated | 2017-10-31 |
Publish Date | 2017-10-31 |
Rating | 3.60/5 Total 10 Ratings |
Developer | nliautaud |
Payment Type | free |
Extension Website | https://github.com/nliautaud/trakttvstats |
Help Page URL | https://github.com/nliautaud/trakttvstats/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trakt improver", "short_name": "trakttvstats", "description": "Add various improvements to Trakt.tv", "version": "0.4.1.1", "version_name": "0.4 (0.4.1.1)", "permissions": [ "storage", "tabs", "webNavigation", "https:\/\/trakt.tv\/*" ], "background": { "page": "background.html", "persistent": false }, "options_ui": { "page": "options.html", "chrome_style": true }, "icons": { "128": "icon.png" }, "page_action": { "default_icon": "icon.png", "default_popup": "options.html" } } |