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 |
官方網址 | 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" ] } |