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
官方網址 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"
            ]
        }
    ]
}