AllDayNetflix
This extension removes popup dialog on netflix asking to continue watching.
Apa itu AllDayNetflix?
AllDayNetflix adalah ekstensi Chrome yang dikembangkan oleh Matthew, dan fitur utamanya adalah "This extension removes popup dialog on netflix asking to continue watching.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AllDayNetflix
Unduh file ekstensi AllDayNetflix 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
Simple extension to automatically click "Continue Watching" when the dialog appears while watching netflix in your browser. Lets you binge-watch TV episodes without interruption. Instructions: 1) Add extension to Chrome via "Chrome Web Store" 2) Restart the browser (close all windows and tabs) 3) Watch netflix and enjoy!
Informasi Dasar Ekstensi
Nama | AllDayNetflix |
ID | hlbbnidhchhkemeieppchepgbnelggdk |
URL Resmi | https://chromewebstore.google.com/detail/alldaynetflix/hlbbnidhchhkemeieppchepgbnelggdk |
Deskripsi | This extension removes popup dialog on netflix asking to continue watching. |
Ukuran File | 49.2 KB |
Jumlah Instalasi | 305 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2015-11-10 |
Tanggal Publikasi | 2015-11-10 |
Penilaian | 4.00/5 Total 4 Penilaian |
Pengembang | Matthew |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.matthewlewis.ca |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "jquery.min.js", "netflix.js" ], "matches": [ "http:\/\/*.netflix.com\/*", "https:\/\/*.netflix.com\/*", "http:\/\/*.netflix.ca\/*", "https:\/\/*.netflix.ca\/*" ] } ], "author": "Matthew Lewis", "description": "This extension removes popup dialog on netflix asking to continue watching.", "manifest_version": 2, "name": "AllDayNetflix", "version": "1.0" } |