Nextflix

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

Apa itu Nextflix?

Nextflix adalah ekstensi Chrome yang dikembangkan oleh https://www.ukadev.com, dan fitur utamanya adalah "Creates a simple shortcut to play the next netflix episode available. Just click "N" to go to the next one.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Nextflix

Unduh file ekstensi Nextflix dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Nextflix Nextflix
ID ejkplhjdabmobcokfddpgkdlncdgcdgd
URL Resmi https://chromewebstore.google.com/detail/nextflix/ejkplhjdabmobcokfddpgkdlncdgcdgd
Deskripsi Creates a simple shortcut to play the next netflix episode available. Just click "N" to go to the next one.
Ukuran File 45.34 KB
Jumlah Instalasi 409
Versi Saat Ini 1.2
Terakhir Diperbarui 2023-12-04
Tanggal Publikasi 2020-12-26
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://www.ukadev.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}