Get Netflix Trailers

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

Get Netflix Trailersとは何ですか?

Get Netflix Trailersはsmithmot3によって開発されたChromeの拡張機能で、その主な機能は「Netflix trailers, just got so much easier. Just click on the link added above the movie.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Get Netflix Trailers拡張機能のCRXファイルをダウンロード

Get Netflix Trailers拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Get Netflix Trailers Get Netflix Trailers
ID ccnidblbfndpbnceipcgihpfpolpkfkc
公式URL https://chromewebstore.google.com/detail/get-netflix-trailers/ccnidblbfndpbnceipcgihpfpolpkfkc
説明 Netflix trailers, just got so much easier. Just click on the link added above the movie.
ファイルサイズ 39.16 KB
インストール数 255
現在のバージョン 0.1.7
最終更新日 2018-08-01
公開日 2018-07-31
評価 2.55/5 合計 11 レビュー
開発者 smithmot3
支払い方法 free
対応言語 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"
            ]
        }
    ]
}