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.

Co je Netflix Flip - Rotate Netflix in Your Browser?

Netflix Flip - Rotate Netflix in Your Browser je rozšíření Chrome vyvinuté CJS Software, a jeho hlavní funkcí je „Flip, spin and zoom Netflix to view comfortably in bed! Rotate to any angle, or view completely sideways.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Netflix Flip - Rotate Netflix in Your Browser

Stáhněte si soubory rozšíření Netflix Flip - Rotate Netflix in Your Browser ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Netflix Flip - Rotate Netflix in Your Browser Netflix Flip - Rotate Netflix in Your Browser
ID ikofeeinmcingcdchnhkeljfmbigmjnp
Oficiální URL https://chromewebstore.google.com/detail/netflix-flip-rotate-netfl/ikofeeinmcingcdchnhkeljfmbigmjnp
Popis Flip, spin and zoom Netflix to view comfortably in bed! Rotate to any angle, or view completely sideways.
Velikost souboru 10.15 KB
Počet instalací 5,430
Aktuální Verze 1.09
Poslední Aktualizace 2018-09-18
Datum Vydání 2018-09-18
Hodnocení 3.02/5 Celkem 44 Hodnocení
Vývojář CJS Software
Typ Platby free
Podporované Jazyky 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"
    ]
}