AllDayNetflix

This extension removes popup dialog on netflix asking to continue watching.

O que é AllDayNetflix?

AllDayNetflix é uma extensão do Chrome desenvolvida por Matthew, e sua principal característica é "This extension removes popup dialog on netflix asking to continue watching.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão AllDayNetflix

Baixe arquivos de extensão AllDayNetflix 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

                        Simple extension to automatically click "Continue Watching" when the dialog appears while watching netflix in your browser. Lets you binge-watch TV episodes without interruption.

Instructions:
1) Add extension to Chrome via "Chrome Web Store"
2) Restart the browser (close all windows and tabs)
3) Watch netflix and enjoy!                    

Informações Básicas da Extensão

Nome AllDayNetflix AllDayNetflix
ID hlbbnidhchhkemeieppchepgbnelggdk
URL Oficial https://chromewebstore.google.com/detail/alldaynetflix/hlbbnidhchhkemeieppchepgbnelggdk
Descrição This extension removes popup dialog on netflix asking to continue watching.
Tamanho do Arquivo 49.2 KB
Contagem de Instalações 305
Versão Atual 1.0
Última Atualização 2015-11-10
Data de Publicação 2015-11-10
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor Matthew
Tipo de Pagamento free
Site da Extensão http://www.matthewlewis.ca
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "netflix.js"
            ],
            "matches": [
                "http:\/\/*.netflix.com\/*",
                "https:\/\/*.netflix.com\/*",
                "http:\/\/*.netflix.ca\/*",
                "https:\/\/*.netflix.ca\/*"
            ]
        }
    ],
    "author": "Matthew Lewis",
    "description": "This extension removes popup dialog on netflix asking to continue watching.",
    "manifest_version": 2,
    "name": "AllDayNetflix",
    "version": "1.0"
}