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.

Vad är Netflix Flip - Rotate Netflix in Your Browser?

Netflix Flip - Rotate Netflix in Your Browser är en Chrome-tillägg utvecklad av CJS Software, och dess huvudfunktion är "Flip, spin and zoom Netflix to view comfortably in bed! Rotate to any angle, or view completely sideways.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Netflix Flip - Rotate Netflix in Your Browser-förlängningens CRX-fil

Ladda ner Netflix Flip - Rotate Netflix in Your Browser-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Netflix Flip - Rotate Netflix in Your Browser Netflix Flip - Rotate Netflix in Your Browser
ID ikofeeinmcingcdchnhkeljfmbigmjnp
Officiell webbadress https://chromewebstore.google.com/detail/netflix-flip-rotate-netfl/ikofeeinmcingcdchnhkeljfmbigmjnp
Beskrivning Flip, spin and zoom Netflix to view comfortably in bed! Rotate to any angle, or view completely sideways.
Filstorlek 10.15 KB
Antal Installationer 5,430
Aktuell Version 1.09
Senast Uppdaterad 2018-09-18
Publiceringsdatum 2018-09-18
Betyg 3.02/5 Totalt 44 Betyg
Utvecklare CJS Software
Betalningssätt free
Stödda Språk 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"
    ]
}