Netflix Enhanced 2.0

Netflix Favorite Genres List, History, Auto-Skip and Multiple customizable subtitle ...

什麼是Netflix Enhanced 2.0?

Netflix Enhanced 2.0是由tabhibernation2.0開發的Chrome擴展程式,該擴展的主要功能是“Netflix Favorite Genres List, History, Auto-Skip and Multiple customizable subtitle ...”。

擴展截圖

screenshot
screenshot
screenshot

下載Netflix Enhanced 2.0擴展crx文件

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

擴展使用說明

                        ⬇️️Easy to set up⬇️:

1. Install the extension.
2. Click on the extension icon to open the Netflix™ page in a new tab.
3. Change the extension’s behavior via an icon that is shown when hovering on the extension status icon.

✨Features ✨

1. Clicking on the extension status icon in a video player 🎥, disable/enable all extension features.
2. Hide all title story descriptions, and/or stop the UI to show the trailers on the browse page.
3. Shortcuts to skip forward ⏭, backward ⏮, intro, and recap.
4. Press the “Escape” episode to escape to the next episode, shortcuts to skip to the next or previous episode.
5. Introduce shortcuts to disable subtitles, volume management, and auto-play the next episode.
6. If focus is configured in the settings, the video will automatically pause ⏹, if not in focus and can also automatically start ▶️ when the focus is regained.

Enhance your Netflix experience with an amazing user experience with the most mind-blowing features ever.                    

擴展基本資訊

名稱 Netflix Enhanced 2.0 Netflix Enhanced 2.0
ID ghiknhfdbocjbinidgohlpaccgpjfolj
官方網址 https://chromewebstore.google.com/detail/netflix-enhanced-20/ghiknhfdbocjbinidgohlpaccgpjfolj
簡介 Netflix Favorite Genres List, History, Auto-Skip and Multiple customizable subtitle ...
檔案大小 614 KB
安裝次數 113
目前版本 1.0.0
更新時間 2022-11-08
上架時間 2022-11-08
評分 4.63/5 共 19 次評分
開發者 tabhibernation2.0
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Enhanced 2.0",
    "version": "1.0.0",
    "manifest_version": 3,
    "description": "Netflix Favorite Genres List, History, Auto-Skip and Multiple customizable subtitle ...",
    "icons": {
        "512": "icons\/NE2.0.png"
    },
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content_scripts\/inject.js",
                "content_scripts\/defaultGenresList.js",
                "content_scripts\/dualSubs*",
                "lib\/jquery.min.js",
                "lib\/fontawesome.js",
                "lib\/sortable.min.js",
                "lib\/jszip.js",
                "*.svg",
                "*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content_scripts\/content.js"
            ]
        }
    ]
}