NetflixCaffeine
Prevents your computer from going to sleep while watching a movie or series on Netflix.
Apa itu NetflixCaffeine?
NetflixCaffeine adalah ekstensi Chrome yang dikembangkan oleh Nauer, dan fitur utamanya adalah "Prevents your computer from going to sleep while watching a movie or series on Netflix.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi NetflixCaffeine
Unduh file ekstensi NetflixCaffeine 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
NetflixCaffeine is a small fix which prevents your computer from going to sleep or turning off/dimming the screen while watching a movie or series on Netflix. This is particularly meant for fixing the problem where Netflix continues to the next episode in a series and shortly after your computer goes to sleep.
Informasi Dasar Ekstensi
Nama | NetflixCaffeine |
ID | jhcfpiipelaeoggobkjkifgehcnapjlh |
URL Resmi | https://chromewebstore.google.com/detail/netflixcaffeine/jhcfpiipelaeoggobkjkifgehcnapjlh |
Deskripsi | Prevents your computer from going to sleep while watching a movie or series on Netflix. |
Ukuran File | 10.7 KB |
Jumlah Instalasi | 274 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2015-01-19 |
Tanggal Publikasi | 2015-01-19 |
Penilaian | 3.31/5 Total 13 Penilaian |
Pengembang | Nauer |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NetflixCaffeine", "description": "Prevents your computer from going to sleep while watching a movie or series on Netflix.", "version": "1.1.0", "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "permissions": [ "tabs", "power" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |