Get Netflix Trailers

Netflix trailers, just got so much easier. Just click on the link added above the movie.

What is Get Netflix Trailers?

Get Netflix Trailers is a Chrome extension developed by smithmot3, and its main feature is "Netflix trailers, just got so much easier. Just click on the link added above the movie.".

Extension Screenshots

screenshot
screenshot

Download Get Netflix Trailers Extension CRX File

Download Get 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

                        The easiest and most convenient way to see Movie Trailers and IMDB ratings while browsing on Netflix. With this chrome extension it makes it so much easier, no copy paste or typing it out. You don't even have to leave the page. Just simply click the red 'play trailer' button added above the movie or tv-show you're interested in. The top half of the screen will display trailer, letting continue to browse while the trailer plays.

-- Updates made to fix the extension due to Netflix updates.
-- Updated rating API.                    

Extension Basic Information

Name Get Netflix Trailers Get Netflix Trailers
ID ccnidblbfndpbnceipcgihpfpolpkfkc
Official URL https://chromewebstore.google.com/detail/get-netflix-trailers/ccnidblbfndpbnceipcgihpfpolpkfkc
Description Netflix trailers, just got so much easier. Just click on the link added above the movie.
File Size 39.16 KB
Installation Count 255
Current Version 0.1.7
Last Updated 2018-08-01
Publish Date 2018-07-31
Rating 2.55/5 Total 11 Ratings
Developer smithmot3
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Get Netflix Trailers",
    "short_name": "GNT",
    "description": "Netflix trailers, just got so much easier. Just click on the link added above the movie.",
    "version": "0.1.7",
    "icons": {
        "128": "logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*",
                "http:\/\/www.netflix.com\/*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "content.js"
            ]
        }
    ]
}