Nextflix

Creates a simple shortcut to play the next netflix episode available. Just click "N" to go to the next one.

What is Nextflix?

Nextflix is a Chrome extension developed by https://www.ukadev.com, and its main feature is "Creates a simple shortcut to play the next netflix episode available. Just click "N" to go to the next one.".

Extension Screenshots

screenshot

Download Nextflix Extension CRX File

Download Nextflix 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

                        The easiest way to do it. This extension simulates a click on the "next episode" button via keyboard shortcut.                    

Extension Basic Information

Name Nextflix Nextflix
ID ejkplhjdabmobcokfddpgkdlncdgcdgd
Official URL https://chromewebstore.google.com/detail/nextflix/ejkplhjdabmobcokfddpgkdlncdgcdgd
Description Creates a simple shortcut to play the next netflix episode available. Just click "N" to go to the next one.
File Size 45.34 KB
Installation Count 409
Current Version 1.2
Last Updated 2023-12-04
Publish Date 2020-12-26
Rating 5.00/5 Total 1 Ratings
Developer https://www.ukadev.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nextflix",
    "author": "Diego Pazos ",
    "version": "1.2",
    "description": "Creates a simple shortcut to play the next netflix episode available. Just click \"N\" to go to the next one.",
    "icons": {
        "64": "icon-64.png",
        "128": "icon-128.png",
        "256": "icon-256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ],
            "js": [
                "extension.js"
            ]
        }
    ],
    "manifest_version": 3
}