Netflix Enhanced

Extension to enhance your Netflix experience

什麼是Netflix Enhanced?

Netflix Enhanced是由T.A.E Developers開發的Chrome擴展程式,該擴展的主要功能是“Extension to enhance your Netflix experience”。

擴展截圖

screenshot
screenshot

下載Netflix Enhanced擴展crx文件

下載Netflix Enhanced擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        An extension for Netflix that enables the user to automatically skip introductions, recaps, interruptions and more.
Options available to enable and disable features as desired.

Disclaimer:

NETFLIX is a trademark of Netflix, Inc.. This application is not affiliated with Netflix, Inc..                    

擴展基本資訊

名稱 Netflix Enhanced Netflix Enhanced
ID gepdfpfaoconabdpgaaklcmgbagbponn
官方網址 https://chromewebstore.google.com/detail/netflix-enhanced/gepdfpfaoconabdpgaaklcmgbagbponn
簡介 Extension to enhance your Netflix experience
檔案大小 104 KB
安裝次數 32
目前版本 0.0.6
更新時間 2020-05-31
上架時間 2020-05-30
開發者 T.A.E Developers
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netflix Enhanced",
    "version": "0.0.6",
    "description": "Extension to enhance your Netflix experience",
    "icons": {
        "128": "images\/icons128.png",
        "48": "images\/icons48.png",
        "16": "images\/icons16.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "scripts\/global.js",
                "scripts\/variables.js",
                "scripts\/content.js",
                "scripts\/jquery.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/www.netflix.com\/*",
        "storage"
    ]
}