FLO Player
Alters the Flinders University Online (FLO) video player.
FLO Player란 무엇입니까?
FLO Player은(는) RoundhouseMouse에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Alters the Flinders University Online (FLO) video player."입니다.
확장 프로그램 스크린샷
FLO Player 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
I built this extension in an effort to alleviate a frustration I had, and now its available for everyone! FLO Player code exchanges the default flash player with an HTML5 video player, preventing disruptions in streaming and allowing for alterations of playback speed. If your internet connection isn't the best, this extension was built for you! This will alleviate the irritating buffering times you experience and stops the player from crashing unexpectedly. Have a try for yourself and feel free to send me feedback via email or in person, I can be found in the Medical center and along South Ridge on most days. Enjoy, I hope this makes studying just that little bit easier! [Known unresolved issues] If a video was published on a year different to the year you did/are doing the subject, it generally will not load (ie. did the subject in 2015, lecture video was from 2014).
확장 프로그램 기본 정보
이름 | FLO Player |
ID | pnkfjmfdjmbiamaeooekochfcdhjjhcg |
공식 URL | https://chromewebstore.google.com/detail/flo-player/pnkfjmfdjmbiamaeooekochfcdhjjhcg |
설명 | Alters the Flinders University Online (FLO) video player. |
파일 크기 | 660 KB |
설치 횟수 | 806 |
현재 버전 | 0.2 |
최근 업데이트 | 2017-02-06 |
출시 날짜 | 2017-02-06 |
평점 | 4.20/5 총 10 개의 평점 |
개발자 | RoundhouseMouse |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FLO Player", "description": "Alters the Flinders University Online (FLO) video player.", "version": "0.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html", "default_title": "FLO Player" }, "content_scripts": [ { "matches": [ "https:\/\/flo.flinders.edu.au\/mod\/lecture\/*" ], "js": [ "js\/jquery-1.12.0.min.js", "js\/view.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "tabs", " |