Youtube repeat, speed up HTML5 video
Repeat, speed up, slow down Youtube and any HTML5 video. Create a loop with accuracy to milliseconds. Create mixed playlists.
Youtube repeat, speed up HTML5 video란 무엇입니까?
Youtube repeat, speed up HTML5 video은(는) https://pbion.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Repeat, speed up, slow down Youtube and any HTML5 video. Create a loop with accuracy to milliseconds. Create mixed playlists."입니다.
확장 프로그램 스크린샷
Youtube repeat, speed up HTML5 video 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
☀ Create a loop with accuracy to milliseconds. ☀ Speed up, slow down HTML5 video with custom variable speed by user. ☀ Rewind, fast forward HTML5 video with custom variable duration by user. ☀ Add local files to the playlist. ☀ Add any online video from any website to the playlist. ☀ Work while offline. ☀ Multi language. ☀ Suggest queries + Generate random keywords. HOW TO USE: 1. Play a video on Youtube, Instagram, etc. 2. At the current tab, open this extension. 3. Drag the sliders to set up a loop. 4. Click "Apply" button below the slider to play the loop.
확장 프로그램 기본 정보
이름 | Youtube repeat, speed up HTML5 video |
ID | jddckpfgmljninkckblfgdgkbondijge |
공식 URL | https://chromewebstore.google.com/detail/youtube-repeat-speed-up-h/jddckpfgmljninkckblfgdgkbondijge |
설명 | Repeat, speed up, slow down Youtube and any HTML5 video. Create a loop with accuracy to milliseconds. Create mixed playlists. |
파일 크기 | 549 KB |
설치 횟수 | 3,552 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2020-04-27 |
출시 날짜 | 2020-04-24 |
평점 | 4.36/5 총 11 개의 평점 |
개발자 | https://pbion.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://fbion.com/en/youtube-repeat-speed-up-video.html |
도움말 페이지 URL | https://fbion.com/contact-us.html |
개인정보 보호 정책 페이지 URL | https://pbion.com/privacy-policy.html |
지원되는 언어 | id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "Youtube repeat Controller", "version": "1.0.3", "description": "__MSG_extDescription__", "default_locale": "en", "icons": { "128": "img\/logo128.png", "64": "img\/logo64.png", "48": "img\/logo48.png", "16": "img\/logo16.png" }, "background": { "scripts": [ "jquery.js", "analytics.js", "background.js" ] }, "content_scripts": [ { "all_frames": true, "matches": [ "file:\/\/\/*" ], "match_about_blank": true, "css": [ "local.css" ], "js": [ "local.js" ] }, { "all_frames": true, "matches": [ "file:\/\/\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "match_about_blank": true, "js": [ "update.js" ] } ], "browser_action": { "default_icon": { "128": "img\/logo128.png", "64": "img\/logo64.png", "48": "img\/logo48.png", "16": "img\/logo16.png" }, "default_title": "Video Controller", "default_popup": "popup.html" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "web_accessible_resources": [ "img\/*.svg", "run\/*.js", "run\/*.css" ] } |