Netflix Remote

Control netflix from your phone!

Что такое Netflix Remote?

Netflix Remote - это расширение Chrome, разработанное chillremote, и его основная функция - "Control netflix from your phone!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Netflix Remote

Скачайте файлы расширений Netflix Remote в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Netflix Remote Netflix Remote
ID kmngjlmolbambcjbefengjalhdaemcjn
Официальный URL https://chromewebstore.google.com/detail/netflix-remote/kmngjlmolbambcjbefengjalhdaemcjn
Описание Control netflix from your phone!
Размер файла 222 KB
Количество установок 68
Текущая Версия 1.1
Последнее Обновление 2019-03-23
Дата публикации 2019-03-23
Разработчик chillremote
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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
}