Netflix trailers

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

什么是Netflix trailers?

Netflix trailers是由Urucas开发的Chrome扩展程序,该扩展的主要功能是“Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer.”。

扩展截图

screenshot

下载Netflix trailers扩展crx文件

下载Netflix trailers扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Netflix trailers Netflix trailers
ID cghmojgimpekpgegljolidgacdhmikmi
官方URL https://chromewebstore.google.com/detail/netflix-trailers/cghmojgimpekpgegljolidgacdhmikmi
简介 Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer.
文件大小 342 KB
安装次数 287
当前版本 0.0.2
更新时间 2014-09-15
上架时间 2014-09-15
评分 2.33/5 共3次评分
开发者 Urucas
付费类型 free
扩展官网 https://github.com/Urucas/netflix-trailers
帮助页面URL https://github.com/Urucas/netflix-trailers
支持的语言 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"
            ]
        }
    ]
}