Netflix trailers

Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer.

Τι είναι το Netflix trailers;

Το Netflix trailers είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Urucas, και η κύρια λειτουργία του είναι "Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Netflix trailers

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

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

                        Watch your netflix movies or series trailers right in the Netflix webiste. With this extension, when the movie info pops up, know you'll see a "View Trailer" button, click it to directly watch a youtube trailer.                    

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

Όνομα Netflix trailers Netflix trailers
ID cghmojgimpekpgegljolidgacdhmikmi
Επίσημο URL https://chromewebstore.google.com/detail/netflix-trailers/cghmojgimpekpgegljolidgacdhmikmi
Περιγραφή Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer.
Μέγεθος Αρχείου 342 KB
Αριθμός Εγκαταστάσεων 287
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2014-09-15
Ημερομηνία Δημοσίευσης 2014-09-15
Αξιολόγηση 2.33/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Urucas
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/Urucas/netflix-trailers
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/Urucas/netflix-trailers
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix trailers",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer.",
    "homepage_url": "https:\/\/github.com\/Urucas\/netflix-trailers",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "*:\/\/*.netflix.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}