NetflixCaffeine
Prevents your computer from going to sleep while watching a movie or series on Netflix.
什么是NetflixCaffeine?
NetflixCaffeine是由Nauer开发的Chrome扩展程序,该扩展的主要功能是“Prevents your computer from going to sleep while watching a movie or series on Netflix.”。
扩展截图
下载NetflixCaffeine扩展crx文件
下载NetflixCaffeine扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        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.                     扩展基本信息
| 名称 |   |  
| ID | jhcfpiipelaeoggobkjkifgehcnapjlh | 
| 官方URL | https://chromewebstore.google.com/detail/netflixcaffeine/jhcfpiipelaeoggobkjkifgehcnapjlh | 
| 简介 | Prevents your computer from going to sleep while watching a movie or series on Netflix. | 
| 文件大小 | 10.7 KB | 
| 安装次数 | 274 | 
| 当前版本 | 1.1.0 | 
| 更新时间 | 2015-01-19 | 
| 上架时间 | 2015-01-19 | 
| 评分 | 3.31/5 共13次评分 | 
| 开发者 | Nauer | 
| 付费类型 | free | 
| 支持的语言 | 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
    }
}  |  |