Netflix Go

Effortless binge-watching your favourite shows on Netflix! Netflix Go bypasses the "Continue Playing" pop-up, and lets you…

Apa itu Netflix Go?

Netflix Go adalah ekstensi Chrome yang dikembangkan oleh https://www.joshivity.com, dan fitur utamanya adalah "Effortless binge-watching your favourite shows on Netflix! Netflix Go bypasses the "Continue Playing" pop-up, and lets you…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Netflix Go

Unduh file ekstensi Netflix Go 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

                        Effortless binge-watching your favourite shows on Netflix!

Netflix Go bypasses the "Continue Playing" pop-up, and lets you binge-watch your favourite shows endlessly!

Update Version 1.3:

- Now also skips the 15 second wait time between episodes.                    

Informasi Dasar Ekstensi

Nama Netflix Go Netflix Go
ID paeeebcnfgiekoajpjllamdjihpbmokn
URL Resmi https://chromewebstore.google.com/detail/netflix-go/paeeebcnfgiekoajpjllamdjihpbmokn
Deskripsi Effortless binge-watching your favourite shows on Netflix! Netflix Go bypasses the "Continue Playing" pop-up, and lets you…
Ukuran File 9.26 KB
Jumlah Instalasi 5,510
Versi Saat Ini 1.4
Terakhir Diperbarui 2016-01-26
Tanggal Publikasi 2016-01-26
Penilaian 4.00/5 Total 12 Penilaian
Pengembang https://www.joshivity.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netflix Go",
    "short_name": "netflix-go",
    "version": "1.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*",
                "http:\/\/www.netflix.com\/*"
            ],
            "js": [
                "action.js"
            ]
        }
    ]
}