Netflix Remote

Remote for Netflix!

O que é Netflix Remote?

Netflix Remote é uma extensão do Chrome desenvolvida por https://butttons.github.io/netflix-remote, e sua principal característica é "Remote for Netflix!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Netflix Remote

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

                        Control your Netflix stream with your phone.

Usage:
1. Install the extension.
2. Open Netflix and click on the Netflix Remote button to generate a code for you to scan.
3. Open your phone and navigate to https://butttons.github.io/netflix-remote/ or https://bit.ly/nflx-rm 
4. Scan the code OR enter the ID provided there.                    

Informações Básicas da Extensão

Nome Netflix Remote Netflix Remote
ID limeoeacpekfcanimjnnbgolggamkogd
URL Oficial https://chromewebstore.google.com/detail/netflix-remote/limeoeacpekfcanimjnnbgolggamkogd
Descrição Remote for Netflix!
Tamanho do Arquivo 52.43 KB
Contagem de Instalações 1,039
Versão Atual 1.1
Última Atualização 2019-01-15
Data de Publicação 2019-01-15
Classificação 2.50/5 Total de 8 Avaliações
Desenvolvedor https://butttons.github.io/netflix-remote
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Remote",
    "version": "1.1",
    "description": "Remote for Netflix!",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ],
            "js": [
                "deps\/simplepeer.min.js",
                "deps\/socket.io.slim.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "popup\/images\/remote_16.png",
            "32": "popup\/images\/remote_32.png",
            "48": "popup\/images\/remote_48.png",
            "128": "popup\/images\/remote_128.png"
        }
    },
    "icons": {
        "16": "popup\/images\/remote_16.png",
        "32": "popup\/images\/remote_32.png",
        "48": "popup\/images\/remote_48.png",
        "128": "popup\/images\/remote_128.png"
    }
}