Netflix trailers

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

What is Netflix trailers?

Netflix trailers is a Chrome extension developed by Urucas, and its main feature is "Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer.".

Extension Screenshots

screenshot

Download Netflix trailers Extension CRX File

Download Netflix trailers extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Netflix trailers Netflix trailers
ID cghmojgimpekpgegljolidgacdhmikmi
Official URL https://chromewebstore.google.com/detail/netflix-trailers/cghmojgimpekpgegljolidgacdhmikmi
Description Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer.
File Size 342 KB
Installation Count 287
Current Version 0.0.2
Last Updated 2014-09-15
Publish Date 2014-09-15
Rating 2.33/5 Total 3 Ratings
Developer Urucas
Payment Type free
Extension Website https://github.com/Urucas/netflix-trailers
Help Page URL https://github.com/Urucas/netflix-trailers
Supported Languages 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"
            ]
        }
    ]
}