FLIN
This extension opens Netflix.com in a popout for cleaner and minimalistic viewing experience
FLIN란 무엇입니까?
FLIN은(는) totu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension opens Netflix.com in a popout for cleaner and minimalistic viewing experience"입니다.
확장 프로그램 스크린샷
FLIN 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Glorious extension formerly known as "Netflix Popout" is back! FLIN is a simple extension that adds a button to Chrome which opens Netflix in a popout window, thus making it it's own neat, clean and minimalistic "player". Version 1.0 brings with it new settings menu which allows you to run FLIN in "always-on-top" mode, due to popular demand. FLIN was taken down from Chrome store when Google updated it's policies regarding extensions and since I was using "Netflix" in the name and white 'N' on red background for icon I got hit as well, but now we are back with slightly retarded name and a new icon. Icon created by [email protected]
확장 프로그램 기본 정보
이름 | FLIN |
ID | edddldapmmfoficlioajnnanfcioimjf |
공식 URL | https://chromewebstore.google.com/detail/flin/edddldapmmfoficlioajnnanfcioimjf |
설명 | This extension opens Netflix.com in a popout for cleaner and minimalistic viewing experience |
파일 크기 | 20.62 KB |
설치 횟수 | 92 |
현재 버전 | 1.2 |
최근 업데이트 | 2016-07-18 |
출시 날짜 | 2016-07-18 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | totu |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/totu/FLIN |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FLIN", "description": "This extension opens Netflix.com in a popout for cleaner and minimalistic viewing experience", "version": "1.2", "permissions": [ "storage" ], "background": { "scripts": [ "popup.js" ] }, "icons": { "128": "icon.png" }, "options_page": "options.html", "browser_action": { "default_title": "FLIN - a cleaner player for Netflix", "default_icon": "icon.png" } } |