Netflip

Finally, Netflix goes sideways when you do.

Netflipคืออะไร?

Netflip เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SLC และคุณลักษณะหลักของมันคือ "Finally, Netflix goes sideways when you do."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Netflip

ดาวน์โหลดไฟล์ส่วนขยาย Netflip ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Netflip lets you to rotate your Chrome browser screen 90° clockwise or counter clockwise for the comfiest of horizontal binge-watching sessions. Forget sitting up straight or straining and craning your neck to watch while lying down. Netflix just got way more comfortable.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Netflip Netflip
ID oapgjaijhofipjnaienfoapbjdcehbpk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/netflip/oapgjaijhofipjnaienfoapbjdcehbpk
คำอธิบาย Finally, Netflix goes sideways when you do.
ขนาดไฟล์ 151 KB
จำนวนการติดตั้ง 442
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2017-11-03
วันที่เผยแพร่ 2017-11-03
คะแนน 2.19/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา SLC
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netflip",
    "short_name": "Netflip",
    "description": "Finally, Netflix goes sideways when you do.",
    "version": "1.0.4",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "css": [
                "inject.css"
            ],
            "js": [
                "jquery.min.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Flip yo flix!",
        "default_popup": "popup.html"
    }
}