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.”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 NetflixCaffeine NetflixCaffeine
ID jhcfpiipelaeoggobkjkifgehcnapjlh
官方網址 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
    }
}