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.
What is Netflix Flip - Rotate Netflix in Your Browser?
Netflix Flip - Rotate Netflix in Your Browser is a Chrome extension developed by CJS Software, and its main feature is "Flip, spin and zoom Netflix to view comfortably in bed! Rotate to any angle, or view completely sideways.".
Extension Screenshots
Download Netflix Flip - Rotate Netflix in Your Browser Extension CRX File
Download Netflix Flip - Rotate Netflix in Your Browser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Netflix Flip - Rotate Netflix in Your Browser |
ID | ikofeeinmcingcdchnhkeljfmbigmjnp |
Official URL | https://chromewebstore.google.com/detail/netflix-flip-rotate-netfl/ikofeeinmcingcdchnhkeljfmbigmjnp |
Description | Flip, spin and zoom Netflix to view comfortably in bed! Rotate to any angle, or view completely sideways. |
File Size | 10.15 KB |
Installation Count | 5,430 |
Current Version | 1.09 |
Last Updated | 2018-09-18 |
Publish Date | 2018-09-18 |
Rating | 3.02/5 Total 44 Ratings |
Developer | CJS Software |
Payment Type | free |
Supported Languages | 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" ] } |