Netflip
Finally, Netflix goes sideways when you do.
Wat is Netflip?
Netflip is een Chrome-extensie ontwikkeld door SLC, en de belangrijkste functie is "Finally, Netflix goes sideways when you do.".
Extensie Screenshots
Download het CRX-bestand van de extensie Netflip
Download Netflip-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | oapgjaijhofipjnaienfoapbjdcehbpk |
| Officiële URL | https://chromewebstore.google.com/detail/netflip/oapgjaijhofipjnaienfoapbjdcehbpk |
| Beschrijving | Finally, Netflix goes sideways when you do. |
| Bestandsgrootte | 151 KB |
| Aantal Installaties | 442 |
| Huidige Versie | 1.0.4 |
| Laatst Bijgewerkt | 2017-11-03 |
| Publicatiedatum | 2017-11-03 |
| Beoordeling | 2.19/5 Totaal 16 Beoordelingen |
| Ontwikkelaar | SLC |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |