Netflix Keyboard Shortcuts

Use keyboard shortcuts to control video playback and more on Netflix ™

Cos'è Netflix Keyboard Shortcuts?

Netflix Keyboard Shortcuts è un'estensione di Chrome sviluppata da Keyboard Playback, e la sua funzione principale è "Use keyboard shortcuts to control video playback and more on Netflix ™".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Netflix Keyboard Shortcuts

Scarica i file di estensione Netflix Keyboard Shortcuts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        An extension for Netflix that adds 30+ configurable keyboard shortcuts to control playback and more with your keyboard alone. No need to reach for the mouse to turn on subtitles or go to the next episode. Make the shortcuts your own: each action is configurable.

*⚠️ PLEASE READ ⚠️* March 28 2022: Netflix is currently *blocking* rapid time skips, leading to "🛑 ERROR M7375". This is not an issue with the extension, but a protection that Netflix recently added, presumably in order to prevent scripts from downloading movies. An update to this extension is coming soon; in the meantime you might find that some "time skip" shortcuts will not work. Recent testing shows that pressing 0–9 to go to 0%–90% of the video seems to work, but short skips like +/- 10 seconds do not.

Each shortcut is easily configurable with a click on the extension's icon at the right of the address bar. Make sure to "pin" the extension icon for easy access!

Currently available, all configurable:

- Play or pause a video: K
- Go back 10 seconds: J
- Skip forward 10 seconds: L
- Go back 60 seconds: Shift-J
- Skip forward 60 seconds: Shift-L
- (new) View show info or movie info, jump to episode, like/dislike: I
- (new) View and edit watch history: H
- Go back by 1 frame: , (comma)
- Go forward by 1 frame: . (dot)
- Toggle subtitles: C
- Change subtitles language: V
- Change subtitles size: S
- Change audio track: A
- Play slower: < (by how much can be changed)
- Play faster: >
- Play next episode: Shift-N
- Play previous episode: Shift-P
- Back up (save) current position: B
- Restore saved position: R
- "Like" with thumbs-up rating: + (plus)
- "Dislike" with thumbs-down rating: - (minus)
- Remove current rating: Shift-Backspace
- Jump to 0%, 10%… up to 90% of the video: press 0, 1… up to 9
- Set custom shortcuts for volume up/down
- Configure the amount of volume change for your volume shortcuts
- Some variants of the above and more are also available.
- Jump forward/backward by *any* amount with a shortcut of your choice.

A visual indicator can be configured for each action: there can be a very brief flashing symbol on the screen (with different styles), or just no indicator at all if you prefer it that way.

You can also create your own new shortcuts and assign them a custom number of seconds to jump by, forward or backward. For example, you can create a +10 minutes shortcut by setting the "seconds" value to 600 and choosing your own key combination.

Other options also built-in:
- Automatically skip series intro credits or episode recap (can be turned on or off)
- Automatically play the next episode for series (can be turned on or off)
- Automatically select your preferred language for subtitles
- Automatically select your preferred subtitles size

Suggestions, bug reports, feature requests and feedback are all welcome! Please send them by email to [email protected]

Changes in 1.1.2:
- Prefer regular subtitles to descriptive.
- Better fallback if subtitles language preference is not found.
- Non-English languages: better subtitles language detection.

Changes in 1.1.1:
- New: add "skip recap" option, to skip the recap of a previous episode at the start of a new one.
- Fix: toggling subtitles didn't always work.

Changes in 1.1.0:
- New: view movie info or series info by pressing [I] (configurable). Navigate with arrows and jump to another episode with [Enter]. Vote to like or dislike (can use configured keyboard shortcuts).
- New: view watch history by pressing [H] (configurable). Navigate with arrows and delete entries with [Del] or [Backspace].
- New: this extension is now available in English, French, and Spanish.
- Better language detection for subtitles.
- Cleaner design on Windows.

Privacy:
The extension does NOT track your data. Your data is NEVER collected or sent anywhere.
The extension has access to netflix.com, and nothing else. It does not use any analytics service.

Disclaimer:
All features are free. The software is provided “as is”, without warranty of any kind.

Important:
"Netflix™" is a trademark of Netflix, Inc.
This extension is NOT built or sponsored or endorsed IN ANY WAY by Netflix, Inc.                    

Informazioni di Base sull'Estensione

Nome Netflix Keyboard Shortcuts Netflix Keyboard Shortcuts
ID mjpponglbellandpimdbmmhbhmakcgji
URL Ufficiale https://chromewebstore.google.com/detail/netflix-keyboard-shortcut/mjpponglbellandpimdbmmhbhmakcgji
Descrizione Use keyboard shortcuts to control video playback and more on Netflix ™
Dimensione del File 140 KB
Conteggio Installazioni 1,812
Versione Corrente 1.1.2
Ultimo Aggiornamento 2022-03-30
Data di Pubblicazione 2021-06-23
Valutazione 4.53/5 Totale 19 Valutazioni
Sviluppatore Keyboard Playback
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "version": "1.1.2",
    "description": "__MSG_extensionDescription__",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.netflix.com\/*",
        "https:\/\/netflix.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.netflix.com\/*",
                "https:\/\/netflix.com\/*"
            ],
            "js": [
                "bridge.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.netflix.com\/*",
                "https:\/\/netflix.com\/*"
            ],
            "resources": [
                "netflix-keyboard-shortcuts.js",
                "netflix-keyboard-shortcuts.js.map",
                "injected.css"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_security_policy": {
        "script-src": "'self'"
    },
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    }
}