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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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