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.

Apa itu Netflix Flip - Rotate Netflix in Your Browser?

Netflix Flip - Rotate Netflix in Your Browser adalah ekstensi Chrome yang dikembangkan oleh CJS Software, dan fitur utamanya adalah "Flip, spin and zoom Netflix to view comfortably in bed! Rotate to any angle, or view completely sideways.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Netflix Flip - Rotate Netflix in Your Browser

Unduh file ekstensi Netflix Flip - Rotate Netflix in Your Browser dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Netflix Flip - Rotate Netflix in Your Browser Netflix Flip - Rotate Netflix in Your Browser
ID ikofeeinmcingcdchnhkeljfmbigmjnp
URL Resmi https://chromewebstore.google.com/detail/netflix-flip-rotate-netfl/ikofeeinmcingcdchnhkeljfmbigmjnp
Deskripsi Flip, spin and zoom Netflix to view comfortably in bed! Rotate to any angle, or view completely sideways.
Ukuran File 10.15 KB
Jumlah Instalasi 5,430
Versi Saat Ini 1.09
Terakhir Diperbarui 2018-09-18
Tanggal Publikasi 2018-09-18
Penilaian 3.02/5 Total 44 Penilaian
Pengembang CJS Software
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}