Netflix Flip - Rotate Netflix in Your Browser

Flip, spin and zoom Netflix to view comfortably in bed! Rotate to any angle, or view completely sideways.

Что такое Netflix Flip - Rotate Netflix in Your Browser?

Netflix Flip - Rotate Netflix in Your Browser - это расширение Chrome, разработанное CJS Software, и его основная функция - "Flip, spin and zoom Netflix to view comfortably in bed! Rotate to any angle, or view completely sideways.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Netflix Flip - Rotate Netflix in Your Browser

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

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

                        Netflix Flip - Rotate, Spin and Flip and Zoom your Netflix Player within Chrome, for comfortable viewing when laying sideways in bed.

The eternal struggle... How do I view a laptop screen comfortably, when my head is at an angle against the pillow?

Struggle no more, as this extension allows you to rotate the Netflix viewer until it appears horizontal again - without cutting off any video content.

Update: Zoom in and out to view from any distance.                    

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

Название Netflix Flip - Rotate Netflix in Your Browser Netflix Flip - Rotate Netflix in Your Browser
ID ikofeeinmcingcdchnhkeljfmbigmjnp
Официальный URL https://chromewebstore.google.com/detail/netflix-flip-rotate-netfl/ikofeeinmcingcdchnhkeljfmbigmjnp
Описание Flip, spin and zoom Netflix to view comfortably in bed! Rotate to any angle, or view completely sideways.
Размер файла 10.15 KB
Количество установок 5,430
Текущая Версия 1.09
Последнее Обновление 2018-09-18
Дата публикации 2018-09-18
Рейтинг 3.02/5 Всего 44 оценок
Разработчик CJS Software
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Flip - Rotate Netflix in Your Browser",
    "version": "1.09",
    "manifest_version": 2,
    "description": "Flip, spin and zoom Netflix to view comfortably in bed! Rotate to any angle, or view completely sideways.",
    "icons": {
        "128": "spin-big.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}