Nextflix

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

Was ist Nextflix?

Nextflix ist eine Chrome-Erweiterung, die von https://www.ukadev.com entwickelt wurde, und ihr Hauptmerkmal ist "Creates a simple shortcut to play the next netflix episode available. Just click "N" to go to the next one.".

Erweiterungsscreenshots

screenshot

Nextflix-Erweiterungs-CRX-Datei herunterladen

Laden Sie Nextflix-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Nextflix Nextflix
ID ejkplhjdabmobcokfddpgkdlncdgcdgd
Offizielle URL https://chromewebstore.google.com/detail/nextflix/ejkplhjdabmobcokfddpgkdlncdgcdgd
Beschreibung Creates a simple shortcut to play the next netflix episode available. Just click "N" to go to the next one.
Dateigröße 45.34 KB
Installationsanzahl 409
Aktuelle Version 1.2
Letztes Update 2023-12-04
Veröffentlichungsdatum 2020-12-26
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://www.ukadev.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}