Netflip
Finally, Netflix goes sideways when you do.
什么是Netflip?
Netflip是由SLC开发的Chrome扩展程序,该扩展的主要功能是“Finally, Netflix goes sideways when you do.”。
扩展截图
下载Netflip扩展crx文件
下载Netflip扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | oapgjaijhofipjnaienfoapbjdcehbpk |
| 官方URL | https://chromewebstore.google.com/detail/netflip/oapgjaijhofipjnaienfoapbjdcehbpk |
| 简介 | Finally, Netflix goes sideways when you do. |
| 文件大小 | 151 KB |
| 安装次数 | 442 |
| 当前版本 | 1.0.4 |
| 更新时间 | 2017-11-03 |
| 上架时间 | 2017-11-03 |
| 评分 | 2.19/5 共16次评分 |
| 开发者 | SLC |
| 付费类型 | free |
| 支持的语言 | 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"
}
} | |