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.
擴展基本資訊
名稱 | Netflip |
ID | oapgjaijhofipjnaienfoapbjdcehbpk |
官方網址 | 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" } } |