Trakt improver

Add various improvements to Trakt.tv

Wat is Trakt improver?

Trakt improver is een Chrome-extensie ontwikkeld door nliautaud, en de belangrijkste functie is "Add various improvements to Trakt.tv".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Trakt improver

Download Trakt improver-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Trakt improver Trakt improver
ID khhjjcbdknmdbdhgkbnldplgoppeehce
Officiële URL https://chromewebstore.google.com/detail/trakt-improver/khhjjcbdknmdbdhgkbnldplgoppeehce
Beschrijving Add various improvements to Trakt.tv
Bestandsgrootte 141 KB
Aantal Installaties 602
Huidige Versie 0.4 (0.4.1.1)
Laatst Bijgewerkt 2017-10-31
Publicatiedatum 2017-10-31
Beoordeling 3.60/5 Totaal 10 Beoordelingen
Ontwikkelaar nliautaud
Betalingswijze free
Extensiewebsite https://github.com/nliautaud/trakttvstats
Help Pagina-URL https://github.com/nliautaud/trakttvstats/issues
Ondersteunde Talen 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"
    }
}