WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Netflix™ Extended

Netflix™ Extended

View on Chrome Web Store
View Netflix™ Extended Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (278 ratings)
1 new ratings
0 views
This extension has been viewed 0 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.

Extension for Netflix™ to skip intros, recaps, start next movie/episode in faster pace and many more.
Type
Extension
Users
60,000 users
SVODExtensions
View author page of SVODExtensions
Published
Published on November 24, 2017
Version 8.2.20
Manifest version
3
Updated
Updated on July 2, 2025
lifestyle/entertainment
Extension Category
View on Chrome Web Store
View Netflix™ Extended 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",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "description": "__MSG_description__",
    "version": "8.2.20",
    "author": "__MSG_provider__",
    "icons": {
        "16": "images\/netflex_16.png",
        "48": "images\/netflex_48.png",
        "128": "images\/netflex.png"
    },
    "action": {
        "default_icon": "images\/netflex.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.netflix.com\/*"
            ],
            "js": [
                "libs\/dompurify\/purify.min.js",
                "libs\/jquery\/jquery.min.js",
                "libs\/fontawesome\/fontawesome.js",
                "scripts\/handleDislike.js",
                "scripts\/distribution.js",
                "scripts\/global.js",
                "scripts\/functions.js",
                "scripts\/objects.js",
                "scripts\/vars.js",
                "scripts\/options.js",
                "scripts\/geo.js",
                "scripts\/status.js",
                "scripts\/assistant.js",
                "scripts\/rating.js",
                "libs\/fireworks\/fireworks.js",
                "scripts\/versions.js",
                "scripts\/init.js",
                "netflix.min.js"
            ]
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "host_permissions": [
        "*:\/\/*.netflix.com\/*",
        "*:\/\/*.wikidata.org\/*",
        "*:\/\/*.omdbapi.com\/*"
    ],
    "permissions": [
        "storage",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "_locales\/en\/messages.json",
                "images\/netflex.png",
                "images\/netflex_test.png",
                "images\/netflex_dev.png",
                "images\/netflex_sup.png",
                "CHANGELOG",
                "styles\/netflex-ui.css",
                "styles\/netflex-features.css",
                "scripts\/interface.js",
                "libs\/dompurify\/purify.min.js.map"
            ],
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ]
        }
    ],
    "optional_host_permissions": [
        "<all_urls>"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/svodextensions.com\/*"
        ]
    }
}
© 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