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是由CJS Software开发的Chrome扩展程序,该扩展的主要功能是“Flip, spin and zoom Netflix to view comfortably in bed! Rotate to any angle, or view completely sideways.”。

扩展截图

screenshot
screenshot
screenshot

下载Netflix Flip - Rotate Netflix in Your Browser扩展crx文件

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