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
公式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
    }
}