Trailers for Netflix

Link to movie and TV show trailers on Netflix.

Cos'è Trailers for Netflix?

Trailers for Netflix è un'estensione di Chrome sviluppata da Michael Schade, e la sua funzione principale è "Link to movie and TV show trailers on Netflix.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Trailers for Netflix

Scarica i file di estensione Trailers for Netflix in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Netflix is a great way to find movies, but it's always been a pain to know which show you'll like. Instead of opening a new tab and scouring the Internet for a trailer, or wasting time watching a show you might not like, this extension makes trailers just a click away. You'll see a link in the movie information popover and when viewing a specific movie's page.                    

Informazioni di Base sull'Estensione

Nome Trailers for Netflix Trailers for Netflix
ID ajabmkbhelefbgbjphcgffoikoiajaib
URL Ufficiale https://chromewebstore.google.com/detail/trailers-for-netflix/ajabmkbhelefbgbjphcgffoikoiajaib
Descrizione Link to movie and TV show trailers on Netflix.
Dimensione del File 437 KB
Conteggio Installazioni 373
Versione Corrente 1.1
Ultimo Aggiornamento 2014-08-17
Data di Pubblicazione 2014-08-16
Valutazione 2.50/5 Totale 8 Valutazioni
Sviluppatore Michael Schade
Tipo di Pagamento free
Sito Web dell'Estensione http://mschade.me/
URL della Pagina di Aiuto https://github.com/michaelschade/netflix-trailers
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trailers for Netflix",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Link to movie and TV show trailers on Netflix.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.netflix.com\/WiHome*",
                "*:\/\/www.netflix.com\/WiMovie\/*"
            ],
            "js": [
                "src\/jquery.min.js",
                "src\/trailers.user.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/jquery.min.map"
    ]
}