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"
    ]
}