NetflixCaffeine
Prevents your computer from going to sleep while watching a movie or series on Netflix.
Wat is NetflixCaffeine?
NetflixCaffeine is een Chrome-extensie ontwikkeld door Nauer, en de belangrijkste functie is "Prevents your computer from going to sleep while watching a movie or series on Netflix.".
Extensie Screenshots
Download het CRX-bestand van de extensie NetflixCaffeine
Download NetflixCaffeine-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | NetflixCaffeine |
ID | jhcfpiipelaeoggobkjkifgehcnapjlh |
Officiële URL | https://chromewebstore.google.com/detail/netflixcaffeine/jhcfpiipelaeoggobkjkifgehcnapjlh |
Beschrijving | Prevents your computer from going to sleep while watching a movie or series on Netflix. |
Bestandsgrootte | 10.7 KB |
Aantal Installaties | 274 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2015-01-19 |
Publicatiedatum | 2015-01-19 |
Beoordeling | 3.31/5 Totaal 13 Beoordelingen |
Ontwikkelaar | Nauer |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |