Nextflix

Nextflix

O que é Nextflix?

Nextflix é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Nextflix".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Nextflix

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

                        Do you enjoy binge watching Netflix? Are you tired of moving your arm every single episode to skip the intro or watch the next episode? Then this extension is perfect for you! Nextflix automatically presses the "skip intro" and the next episode buttons for you. No more wasting precious energy and time! Start being more efficient with your binge watching today!

Features:
- Automatically skips intro
- Automatically pushes next episode button
- Automatically mutes trailers                    

Informações Básicas da Extensão

Nome Nextflix Nextflix
ID mcndceabmckinmjkabmmiokcoacghpjj
URL Oficial https://chromewebstore.google.com/detail/nextflix/mcndceabmckinmjkabmmiokcoacghpjj
Descrição Nextflix
Tamanho do Arquivo 420 KB
Contagem de Instalações 204
Versão Atual 1.3
Última Atualização 2017-12-13
Data de Publicação 2017-12-12
Classificação 3.67/5 Total de 9 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nextflix",
    "description": "Nextflix",
    "version": "1.3",
    "icons": {
        "128": "nextflix_transparent.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "myscript.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "options_page": "options.html"
}