Netflix trailers

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

Wat is Netflix trailers?

Netflix trailers is een Chrome-extensie ontwikkeld door Urucas, en de belangrijkste functie is "Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Netflix trailers

Download Netflix trailers-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

                        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.                    

Basisinformatie over de Extensie

Naam Netflix trailers Netflix trailers
ID cghmojgimpekpgegljolidgacdhmikmi
Officiële URL https://chromewebstore.google.com/detail/netflix-trailers/cghmojgimpekpgegljolidgacdhmikmi
Beschrijving Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer.
Bestandsgrootte 342 KB
Aantal Installaties 287
Huidige Versie 0.0.2
Laatst Bijgewerkt 2014-09-15
Publicatiedatum 2014-09-15
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Urucas
Betalingswijze free
Extensiewebsite https://github.com/Urucas/netflix-trailers
Help Pagina-URL https://github.com/Urucas/netflix-trailers
Ondersteunde Talen 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"
            ]
        }
    ]
}