Netflix Enhanced 2.0

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

Co je Netflix Enhanced 2.0?

Netflix Enhanced 2.0 je rozšíření Chrome vyvinuté tabhibernation2.0, a jeho hlavní funkcí je „Netflix Favorite Genres List, History, Auto-Skip and Multiple customizable subtitle ...“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Netflix Enhanced 2.0

Stáhněte si soubory rozšíření Netflix Enhanced 2.0 ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        ⬇️️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.                    

Základní Informace o Rozšíření

Název Netflix Enhanced 2.0 Netflix Enhanced 2.0
ID ghiknhfdbocjbinidgohlpaccgpjfolj
Oficiální URL https://chromewebstore.google.com/detail/netflix-enhanced-20/ghiknhfdbocjbinidgohlpaccgpjfolj
Popis Netflix Favorite Genres List, History, Auto-Skip and Multiple customizable subtitle ...
Velikost souboru 614 KB
Počet instalací 113
Aktuální Verze 1.0.0
Poslední Aktualizace 2022-11-08
Datum Vydání 2022-11-08
Hodnocení 4.63/5 Celkem 19 Hodnocení
Vývojář tabhibernation2.0
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}