Nextflix

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

Wat is Nextflix?

Nextflix is een Chrome-extensie ontwikkeld door https://www.ukadev.com, en de belangrijkste functie is "Creates a simple shortcut to play the next netflix episode available. Just click "N" to go to the next one.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Nextflix

Download Nextflix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Nextflix Nextflix
ID ejkplhjdabmobcokfddpgkdlncdgcdgd
Officiële URL https://chromewebstore.google.com/detail/nextflix/ejkplhjdabmobcokfddpgkdlncdgcdgd
Beschrijving Creates a simple shortcut to play the next netflix episode available. Just click "N" to go to the next one.
Bestandsgrootte 45.34 KB
Aantal Installaties 409
Huidige Versie 1.2
Laatst Bijgewerkt 2023-12-04
Publicatiedatum 2020-12-26
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.ukadev.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}