Netflip

Finally, Netflix goes sideways when you do.

Netflipとは何ですか?

NetflipはSLCによって開発されたChromeの拡張機能で、その主な機能は「Finally, Netflix goes sideways when you do.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Netflip拡張機能のCRXファイルをダウンロード

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