Binge!

Automatically click 'Continue Watching' in Netflix

O que é Binge!?

Binge! é uma extensão do Chrome desenvolvida por https://demille.github.io/binge, e sua principal característica é "Automatically click 'Continue Watching' in Netflix".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Binge!

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

                        Tired of Netflix asking every few episodes if you are still watching? Annoyed by the interruptions three minutes into an episode? Add this extension and stop being bothered.

If you start noticing any issues, submit an issue on the support tab so it can be fixed :)

CHANGELOG:

1.0.2 - Fix for Netflix's new site design                    

Informações Básicas da Extensão

Nome Binge! Binge!
ID ckcalpgemnoejggbleepgmemacmgoofn
URL Oficial https://chromewebstore.google.com/detail/binge/ckcalpgemnoejggbleepgmemacmgoofn
Descrição Automatically click 'Continue Watching' in Netflix
Tamanho do Arquivo 10.42 KB
Contagem de Instalações 1,385
Versão Atual 1.0.2
Última Atualização 2015-06-21
Data de Publicação 2015-06-20
Classificação 3.60/5 Total de 47 Avaliações
Desenvolvedor https://demille.github.io/binge
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Binge!",
    "description": "Automatically click 'Continue Watching' in Netflix",
    "version": "1.0.2",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "arrive-2.0.0.min.js",
                "clicker.js"
            ],
            "run_at": "document_end"
        }
    ]
}