Netflix Keyboard Shortcuts

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

Apa itu Netflix Keyboard Shortcuts?

Netflix Keyboard Shortcuts adalah ekstensi Chrome yang dikembangkan oleh Keyboard Playback, dan fitur utamanya adalah "Use keyboard shortcuts to control video playback and more on Netflix ™".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Netflix Keyboard Shortcuts

Unduh file ekstensi Netflix Keyboard Shortcuts dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Netflix Keyboard Shortcuts Netflix Keyboard Shortcuts
ID mjpponglbellandpimdbmmhbhmakcgji
URL Resmi https://chromewebstore.google.com/detail/netflix-keyboard-shortcut/mjpponglbellandpimdbmmhbhmakcgji
Deskripsi Use keyboard shortcuts to control video playback and more on Netflix ™
Ukuran File 140 KB
Jumlah Instalasi 1,812
Versi Saat Ini 1.1.2
Terakhir Diperbarui 2022-03-30
Tanggal Publikasi 2021-06-23
Penilaian 4.53/5 Total 19 Penilaian
Pengembang Keyboard Playback
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}