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.

¿Qué es Netflix Flip - Rotate Netflix in Your Browser?

Netflix Flip - Rotate Netflix in Your Browser es una extensión de Chrome desarrollada por CJS Software, y su función principal es "Flip, spin and zoom Netflix to view comfortably in bed! Rotate to any angle, or view completely sideways.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Netflix Flip - Rotate Netflix in Your Browser

Descarga archivos de extensión Netflix Flip - Rotate Netflix in Your Browser en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Netflix Flip - Rotate Netflix in Your Browser Netflix Flip - Rotate Netflix in Your Browser
ID ikofeeinmcingcdchnhkeljfmbigmjnp
URL Oficial https://chromewebstore.google.com/detail/netflix-flip-rotate-netfl/ikofeeinmcingcdchnhkeljfmbigmjnp
Descripción Flip, spin and zoom Netflix to view comfortably in bed! Rotate to any angle, or view completely sideways.
Tamaño del Archivo 10.15 KB
Cantidad de Instalaciones 5,430
Versión Actual 1.09
Última Actualización 2018-09-18
Fecha de Publicación 2018-09-18
Calificación 3.02/5 Total de 44 Calificaciones
Desarrollador CJS Software
Tipo de Pago free
Idiomas Soportados 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"
    ]
}