NetflixCaffeine
Prevents your computer from going to sleep while watching a movie or series on Netflix.
Cos'è NetflixCaffeine?
NetflixCaffeine è un'estensione di Chrome sviluppata da Nauer, e la sua funzione principale è "Prevents your computer from going to sleep while watching a movie or series on Netflix.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NetflixCaffeine
Scarica i file di estensione NetflixCaffeine in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | NetflixCaffeine |
ID | jhcfpiipelaeoggobkjkifgehcnapjlh |
URL Ufficiale | https://chromewebstore.google.com/detail/netflixcaffeine/jhcfpiipelaeoggobkjkifgehcnapjlh |
Descrizione | Prevents your computer from going to sleep while watching a movie or series on Netflix. |
Dimensione del File | 10.7 KB |
Conteggio Installazioni | 274 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2015-01-19 |
Data di Pubblicazione | 2015-01-19 |
Valutazione | 3.31/5 Totale 13 Valutazioni |
Sviluppatore | Nauer |
Tipo di Pagamento | free |
Lingue Supportate | 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 } } |