Netflip
Finally, Netflix goes sideways when you do.
What is Netflip?
Netflip is a Chrome extension developed by SLC, and its main feature is "Finally, Netflix goes sideways when you do.".
Extension Screenshots
Download Netflip Extension CRX File
Download Netflip 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
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.
Extension Basic Information
Name | Netflip |
ID | oapgjaijhofipjnaienfoapbjdcehbpk |
Official URL | https://chromewebstore.google.com/detail/netflip/oapgjaijhofipjnaienfoapbjdcehbpk |
Description | Finally, Netflix goes sideways when you do. |
File Size | 151 KB |
Installation Count | 442 |
Current Version | 1.0.4 |
Last Updated | 2017-11-03 |
Publish Date | 2017-11-03 |
Rating | 2.19/5 Total 16 Ratings |
Developer | SLC |
Payment Type | free |
Supported Languages | 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" } } |