Netflix Remote

Control netflix from your phone!

O que é Netflix Remote?

Netflix Remote é uma extensão do Chrome desenvolvida por chillremote, e sua principal característica é "Control netflix from your phone!".

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

                        This extension is required to use the Chillremote app to control Netflix.


1. Install Chillremote add-on
2. Install Chillremote app on your phone
3. Click on the Chillremote add-on icon to show your QR Code
4. Scan your QR code with the app                    

Informações Básicas da Extensão

Nome Netflix Remote Netflix Remote
ID kmngjlmolbambcjbefengjalhdaemcjn
URL Oficial https://chromewebstore.google.com/detail/netflix-remote/kmngjlmolbambcjbefengjalhdaemcjn
Descrição Control netflix from your phone!
Tamanho do Arquivo 222 KB
Contagem de Instalações 68
Versão Atual 1.1
Última Atualização 2019-03-23
Data de Publicação 2019-03-23
Desenvolvedor chillremote
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Remote",
    "version": "1.1",
    "description": "Control netflix from your phone!",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ],
            "js": [
                "auto_answer.js"
            ]
        }
    ],
    "page_action": {
        "default_popup": "qr.html",
        "default_icon": {
            "32": "icon.png",
            "48": "[email protected]",
            "128": "[email protected]"
        }
    },
    "manifest_version": 2
}