Get Netflix Trailers

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

Get Netflix Trailers là gì?

Get Netflix Trailers là một tiện ích mở rộng Chrome được phát triển bởi smithmot3, và tính năng chính của nó là "Netflix trailers, just got so much easier. Just click on the link added above the movie.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Get Netflix Trailers

Tải xuống các tệp mở rộng Get Netflix Trailers dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Get Netflix Trailers Get Netflix Trailers
ID ccnidblbfndpbnceipcgihpfpolpkfkc
URL Chính Thức https://chromewebstore.google.com/detail/get-netflix-trailers/ccnidblbfndpbnceipcgihpfpolpkfkc
Mô tả Netflix trailers, just got so much easier. Just click on the link added above the movie.
Kích Thước Tệp 39.16 KB
Số Lần Cài Đặt 255
Phiên Bản Hiện Tại 0.1.7
Cập Nhật Lần Cuối 2018-08-01
Ngày Phát Hành 2018-07-31
Đánh Giá 2.55/5 Tổng số 11 Đánh Giá
Nhà Phát Triển smithmot3
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}