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.
Netflix Flip - Rotate Netflix in Your Browser란 무엇입니까?
Netflix Flip - Rotate Netflix in Your Browser은(는) CJS Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Flip, spin and zoom Netflix to view comfortably in bed! Rotate to any angle, or view completely sideways."입니다.
확장 프로그램 스크린샷
Netflix Flip - Rotate Netflix in Your Browser 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Netflix Flip - Rotate Netflix in Your Browser |
ID | ikofeeinmcingcdchnhkeljfmbigmjnp |
공식 URL | https://chromewebstore.google.com/detail/netflix-flip-rotate-netfl/ikofeeinmcingcdchnhkeljfmbigmjnp |
설명 | Flip, spin and zoom Netflix to view comfortably in bed! Rotate to any angle, or view completely sideways. |
파일 크기 | 10.15 KB |
설치 횟수 | 5,430 |
현재 버전 | 1.09 |
최근 업데이트 | 2018-09-18 |
출시 날짜 | 2018-09-18 |
평점 | 3.02/5 총 44 개의 평점 |
개발자 | CJS Software |
결제 유형 | free |
지원되는 언어 | 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" ] } |