Trailers for Netflix

Link to movie and TV show trailers on Netflix.

What is Trailers for Netflix?

Trailers for Netflix is a Chrome extension developed by Michael Schade, and its main feature is "Link to movie and TV show trailers on Netflix.".

Extension Screenshots

screenshot
screenshot

Download Trailers for Netflix Extension CRX File

Download Trailers for Netflix 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

                        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.                    

Extension Basic Information

Name Trailers for Netflix Trailers for Netflix
ID ajabmkbhelefbgbjphcgffoikoiajaib
Official URL https://chromewebstore.google.com/detail/trailers-for-netflix/ajabmkbhelefbgbjphcgffoikoiajaib
Description Link to movie and TV show trailers on Netflix.
File Size 437 KB
Installation Count 373
Current Version 1.1
Last Updated 2014-08-17
Publish Date 2014-08-16
Rating 2.50/5 Total 8 Ratings
Developer Michael Schade
Payment Type free
Extension Website http://mschade.me/
Help Page URL https://github.com/michaelschade/netflix-trailers
Supported Languages 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"
    ]
}