NetflixCaffeine
Prevents your computer from going to sleep while watching a movie or series on Netflix.
What is NetflixCaffeine?
NetflixCaffeine is a Chrome extension developed by Nauer, and its main feature is "Prevents your computer from going to sleep while watching a movie or series on Netflix.".
Extension Screenshots
Download NetflixCaffeine Extension CRX File
Download NetflixCaffeine extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | NetflixCaffeine |
ID | jhcfpiipelaeoggobkjkifgehcnapjlh |
Official URL | https://chromewebstore.google.com/detail/netflixcaffeine/jhcfpiipelaeoggobkjkifgehcnapjlh |
Description | Prevents your computer from going to sleep while watching a movie or series on Netflix. |
File Size | 10.7 KB |
Installation Count | 274 |
Current Version | 1.1.0 |
Last Updated | 2015-01-19 |
Publish Date | 2015-01-19 |
Rating | 3.31/5 Total 13 Ratings |
Developer | Nauer |
Payment Type | free |
Supported Languages | 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 } } |