Netflix Enhanced

Extension to enhance your Netflix experience

What is Netflix Enhanced?

Netflix Enhanced is a Chrome extension developed by T.A.E Developers, and its main feature is "Extension to enhance your Netflix experience".

Extension Screenshots

screenshot
screenshot

Download Netflix Enhanced Extension CRX File

Download Netflix Enhanced extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        An extension for Netflix that enables the user to automatically skip introductions, recaps, interruptions and more.
Options available to enable and disable features as desired.

Disclaimer:

NETFLIX is a trademark of Netflix, Inc.. This application is not affiliated with Netflix, Inc..                    

Extension Basic Information

Name Netflix Enhanced Netflix Enhanced
ID gepdfpfaoconabdpgaaklcmgbagbponn
Official URL https://chromewebstore.google.com/detail/netflix-enhanced/gepdfpfaoconabdpgaaklcmgbagbponn
Description Extension to enhance your Netflix experience
File Size 104 KB
Installation Count 32
Current Version 0.0.6
Last Updated 2020-05-31
Publish Date 2020-05-30
Developer T.A.E Developers
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netflix Enhanced",
    "version": "0.0.6",
    "description": "Extension to enhance your Netflix experience",
    "icons": {
        "128": "images\/icons128.png",
        "48": "images\/icons48.png",
        "16": "images\/icons16.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "scripts\/global.js",
                "scripts\/variables.js",
                "scripts\/content.js",
                "scripts\/jquery.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/www.netflix.com\/*",
        "storage"
    ]
}