Yost
The fastest and easiest way to watch/listen to your favourite YouTube videos and keep them stored as part of Chrome.
Yost란 무엇입니까?
Yost은(는) hulq에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The fastest and easiest way to watch/listen to your favourite YouTube videos and keep them stored as part of Chrome."입니다.
확장 프로그램 스크린샷
Yost 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is what can be done straight from the Yost menu regardless of which chrome window/tab you are on. As long as you are on chrome, it can do all these things: It can remember a YouTube video you're watching at the click of a button. It can play those videos one after the other automatically. It can allow you to browse through the list of "remembered" videos and jump to a chosen video. It can shuffle the playing order of the videos. It can skip to the next video or return to the previous one. It can loop the currently playing video if you want to watch/listen on repeat. It can allow you to manually edit the list of videos that it has "remembered" and add or delete some of them. It may sound a bit confusing, but try it out and see if it is something that you would like to use. *If you change your playlist, save it, and close the tab, the changes are not reversible!*
확장 프로그램 기본 정보
이름 | |
ID | hohdoibhaofhllhpmddgboohpfjcnice |
공식 URL | https://chrome.google.com/webstore/detail/yost/hohdoibhaofhllhpmddgboohpfjcnice |
설명 | The fastest and easiest way to watch/listen to your favourite YouTube videos and keep them stored as part of Chrome. |
파일 크기 | 58.79 KB |
설치 횟수 | 280 |
현재 버전 | 2.0.1 |
최근 업데이트 | 2014-03-09 |
출시 날짜 | 2014-03-09 |
개발자 | hulq |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/jquery.min.js", "js\/background.js" ] }, "manifest_version": 2, "name": "Yost", "content_scripts": [ { "matches": [ "http:\/\/youtube.com\/*", "https:\/\/youtube.com\/*", "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "js\/playNextVid.js" ] } ], "description": "The fastest and easiest way to watch\/listen to your favourite YouTube videos and keep them stored as part of Chrome.", "version": "2.0.1", "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": "img\/icon128.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage", "http:\/\/youtube.com\/*", "https:\/\/youtube.com\/*", "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ] } |