Netflix trailers

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

Cos'è Netflix trailers?

Netflix trailers è un'estensione di Chrome sviluppata da Urucas, e la sua funzione principale è "Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Netflix trailers

Scarica i file di estensione Netflix trailers 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Netflix trailers Netflix trailers
ID cghmojgimpekpgegljolidgacdhmikmi
URL Ufficiale https://chromewebstore.google.com/detail/netflix-trailers/cghmojgimpekpgegljolidgacdhmikmi
Descrizione Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer.
Dimensione del File 342 KB
Conteggio Installazioni 287
Versione Corrente 0.0.2
Ultimo Aggiornamento 2014-09-15
Data di Pubblicazione 2014-09-15
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore Urucas
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Urucas/netflix-trailers
URL della Pagina di Aiuto https://github.com/Urucas/netflix-trailers
Lingue Supportate 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"
            ]
        }
    ]
}