NetflixCaffeine

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

O que é NetflixCaffeine?

NetflixCaffeine é uma extensão do Chrome desenvolvida por Nauer, e sua principal característica é "Prevents your computer from going to sleep while watching a movie or series on Netflix.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão NetflixCaffeine

Baixe arquivos de extensão NetflixCaffeine no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome NetflixCaffeine NetflixCaffeine
ID jhcfpiipelaeoggobkjkifgehcnapjlh
URL Oficial https://chromewebstore.google.com/detail/netflixcaffeine/jhcfpiipelaeoggobkjkifgehcnapjlh
Descrição Prevents your computer from going to sleep while watching a movie or series on Netflix.
Tamanho do Arquivo 10.7 KB
Contagem de Instalações 274
Versão Atual 1.1.0
Última Atualização 2015-01-19
Data de Publicação 2015-01-19
Classificação 3.31/5 Total de 13 Avaliações
Desenvolvedor Nauer
Tipo de Pagamento free
Idiomas Suportados 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
    }
}