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.
Qu'est-ce que Netflix Flip - Rotate Netflix in Your Browser ?
Netflix Flip - Rotate Netflix in Your Browser est une extension Chrome développée par CJS Software, et sa fonction principale est "Flip, spin and zoom Netflix to view comfortably in bed! Rotate to any angle, or view completely sideways.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Netflix Flip - Rotate Netflix in Your Browser
Téléchargez les fichiers d'extension Netflix Flip - Rotate Netflix in Your Browser au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Netflix Flip - Rotate Netflix in Your Browser |
ID | ikofeeinmcingcdchnhkeljfmbigmjnp |
URL Officiel | 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. |
Taille du Fichier | 10.15 KB |
Nombre d'Installations | 5,430 |
Version Actuelle | 1.09 |
Dernière Mise à Jour | 2018-09-18 |
Date de Publication | 2018-09-18 |
Évaluation | 3.02/5 Total 44 Évaluations |
Développeur | CJS Software |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |