WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Netflix Keyboard Shortcuts

Netflix Keyboard Shortcuts

View on Chrome Web Store
View Netflix Keyboard Shortcuts Chrome Extension on Chrome Web Store
Add to bookmarks
4.1 (28 ratings)
1 new ratings
23 views
This extension has been viewed 23 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Use keyboard shortcuts to control video playback and more on Netflix ™
Type
Extension
Users
3,000 users
1K
Keyboard Playback
View author page of Keyboard Playback
Published
Published on June 23, 2021
Version 1.1.2
Manifest version
3
Updated
Updated on March 30, 2022
lifestyle/fun
Extension Category
View on Chrome Web Store
View Netflix Keyboard Shortcuts Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top