Netflix Pause Removal
Remove the pause between netflix episodes
Apa itu Netflix Pause Removal?
Netflix Pause Removal adalah ekstensi Chrome yang dikembangkan oleh Prescott Gallagher, dan fitur utamanya adalah "Remove the pause between netflix episodes".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Netflix Pause Removal
Unduh file ekstensi Netflix Pause Removal 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
A simple application for the lazy, to not have to click the "Continue Watching" button in Netflix. It will remove the UI Permanently, so you can continue your binge session. It's free once again, if you feel like donating; https://www.paypal.me/PrescottGallagher Versions & Updates: 1.2.1 : Graphical Updates / Bugfixes 1.2.0 : Patched Netflix December 2017 Update 1.1.0 : Patched Netflix March 2016 Update 1.0.2 : Speed & Efficiency Increased 1.0.1 : Initial Release
Informasi Dasar Ekstensi
Nama | Netflix Pause Removal |
ID | mfekcpndbpdgjjfahekhncdfegkhbghg |
URL Resmi | https://chromewebstore.google.com/detail/netflix-pause-removal/mfekcpndbpdgjjfahekhncdfegkhbghg |
Deskripsi | Remove the pause between netflix episodes |
Ukuran File | 11.93 KB |
Jumlah Instalasi | 12,666 |
Versi Saat Ini | 1.2.1 |
Terakhir Diperbarui | 2018-07-26 |
Tanggal Publikasi | 2018-07-26 |
Penilaian | 3.44/5 Total 185 Penilaian |
Pengembang | Prescott Gallagher |
[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 Pause Removal", "version": "1.2.1", "author": "Prescott Gallagher", "description": "Remove the pause between netflix episodes", "browser_action": { "default_icon": "icon.png" }, "short_name": "Netflix PR", "content_scripts": [ { "matches": [ "*:\/\/www.netflix.com\/*" ], "js": [ "background.js" ] } ] } |