Netflix Remote

Remote for Netflix!

Что такое Netflix Remote?

Netflix Remote - это расширение Chrome, разработанное https://butttons.github.io/netflix-remote, и его основная функция - "Remote for Netflix!".

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

screenshot

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

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

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

                        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.                    

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

Название Netflix Remote Netflix Remote
ID limeoeacpekfcanimjnnbgolggamkogd
Официальный URL https://chromewebstore.google.com/detail/netflix-remote/limeoeacpekfcanimjnnbgolggamkogd
Описание Remote for Netflix!
Размер файла 52.43 KB
Количество установок 1,039
Текущая Версия 1.1
Последнее Обновление 2019-01-15
Дата публикации 2019-01-15
Рейтинг 2.50/5 Всего 8 оценок
Разработчик https://butttons.github.io/netflix-remote
Тип оплаты free
Поддерживаемые языки 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"
    }
}