NetflixCaffeine

Prevents your computer from going to sleep while watching a movie or series on Netflix.

Co to jest NetflixCaffeine?

NetflixCaffeine to rozszerzenie Chrome opracowane przez Nauer, a jego główną funkcją jest „Prevents your computer from going to sleep while watching a movie or series on Netflix.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia NetflixCaffeine

Pobierz pliki rozszerzeń NetflixCaffeine w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa NetflixCaffeine NetflixCaffeine
ID jhcfpiipelaeoggobkjkifgehcnapjlh
Oficjalny URL https://chromewebstore.google.com/detail/netflixcaffeine/jhcfpiipelaeoggobkjkifgehcnapjlh
Opis Prevents your computer from going to sleep while watching a movie or series on Netflix.
Rozmiar pliku 10.7 KB
Liczba instalacji 274
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2015-01-19
Data Publikacji 2015-01-19
Ocena 3.31/5 Łącznie 13 Oceny
Deweloper Nauer
Typ Płatności free
Obsługiwane Języki 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
    }
}