Nextflix

Nextflix

Apa itu Nextflix?

Nextflix adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Nextflix".

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

                        Do you enjoy binge watching Netflix? Are you tired of moving your arm every single episode to skip the intro or watch the next episode? Then this extension is perfect for you! Nextflix automatically presses the "skip intro" and the next episode buttons for you. No more wasting precious energy and time! Start being more efficient with your binge watching today!

Features:
- Automatically skips intro
- Automatically pushes next episode button
- Automatically mutes trailers                    

Informasi Dasar Ekstensi

Nama Nextflix Nextflix
ID mcndceabmckinmjkabmmiokcoacghpjj
URL Resmi https://chromewebstore.google.com/detail/nextflix/mcndceabmckinmjkabmmiokcoacghpjj
Deskripsi Nextflix
Ukuran File 420 KB
Jumlah Instalasi 204
Versi Saat Ini 1.3
Terakhir Diperbarui 2017-12-13
Tanggal Publikasi 2017-12-12
Penilaian 3.67/5 Total 9 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nextflix",
    "description": "Nextflix",
    "version": "1.3",
    "icons": {
        "128": "nextflix_transparent.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "myscript.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "options_page": "options.html"
}