Transmogrify for Plex

Adds several features to the Plex/Web 2.0 client for Plex

Τι είναι το Transmogrify for Plex;

Το Transmogrify for Plex είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Moussekateer, και η κύρια λειτουργία του είναι "Adds several features to the Plex/Web 2.0 client for Plex".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Transmogrify for Plex

Λήψη αρχείων επέκτασης Transmogrify for Plex σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Transmogrify for Plex adds several features to the Plex/Web 2.0 client for Plex.

Each feature can be individually enabled or disabled via the settings page.

These currently include:

- Adding a link to view the trailer for movies within Plex/Web
- Adding a link to view the letterboxd page for movies
- Adding a link to view the themoviedb page for movies
- Adding a link to view the tvdb page for tv shows
- Adding a link to view the IMDB page for movies, and display ratings
- Adding a link to view the trakt page for movies and tv shows, and display user ratings
- Adding a link to view the rotten tomatoes page for movies, and display critic and audience ratings
- Adding a random tv show/movie picker
- Adding a missing seasons and episodes view
- Adding a Can I Stream it? widget to movie pages
- Adding a movie/tv show filter for the main dashboard
- Adding an actor profile for cast members on movie pages
- Adding a server statistics page                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Transmogrify for Plex Transmogrify for Plex
ID jdogfefgaagaledbkgeffgbjlaaplpgo
Επίσημο URL https://chromewebstore.google.com/detail/transmogrify-for-plex/jdogfefgaagaledbkgeffgbjlaaplpgo
Περιγραφή Adds several features to the Plex/Web 2.0 client for Plex
Μέγεθος Αρχείου 262 KB
Αριθμός Εγκαταστάσεων 8,613
Τρέχουσα Έκδοση 1.4.0
Τελευταία Ενημέρωση 2015-09-06
Ημερομηνία Δημοσίευσης 2015-09-05
Αξιολόγηση 3.96/5 Συνολικά 164 Αξιολογήσεις
Προγραμματιστής Moussekateer
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/Moussa/Transmogrify-for-Plex-chrome
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Transmogrify for Plex",
    "description": "Adds several features to the Plex\/Web 2.0 client for Plex",
    "version": "1.4.0",
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/web*"
            ],
            "css": [
                "css\/transmogrify.css"
            ],
            "js": [
                "utils.js",
                "apis\/omdb.js",
                "apis\/rotten_tomatoes.js",
                "apis\/themoviedb.js",
                "apis\/trakt.js",
                "apis\/youtube.js",
                "plugins\/actor_profiles.js",
                "plugins\/canistreamit.js",
                "plugins\/imdb.js",
                "plugins\/letterboxd.js",
                "plugins\/missing_episodes.js",
                "plugins\/random_picker.js",
                "plugins\/rotten_tomatoes.js",
                "plugins\/split_added_deck.js",
                "plugins\/stats.js",
                "plugins\/themoviedb.js",
                "plugins\/trakt.js",
                "plugins\/tvdb.js",
                "plugins\/youtube_trailer.js",
                "main.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "http:\/\/*\/"
    ],
    "icons": {
        "16": "resources\/icon16.png",
        "48": "resources\/icon48.png",
        "128": "resources\/icon128.png"
    },
    "web_accessible_resources": [
        "resources\/*",
        "options.html",
        "stats.html"
    ]
}