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.」です。
拡張機能のスクリーンショット
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 |
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" ] } |