Skip to content

Commit

Permalink
feat: 동영상 자유 이동 기능 추가 (#4)
Browse files Browse the repository at this point in the history
* feat: 동영상 자유 이동 기능 추가

* chore: 0.4.0으로 업데이트
  • Loading branch information
HyungJu committed Apr 12, 2022
1 parent c325958 commit 6e2e62e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions js/video_us.js
Expand Up @@ -84,8 +84,13 @@
jwplayer().setPlaybackRate(Number(speed))
}

function removeSeekListener() {
jwplayer()._events.seek = []
}

insertStyle()
insertElement()
preventCheckerFunction()
removeSeekListener()
console.log('Video Plugin!')
})()
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,7 +1,7 @@
{
"name": "ClassPlus",
"description": "코스모스 플랫폼 학생을 위한 확장 프로그램",
"version": "0.3.0",
"version": "0.4.0",
"author": "esllo",
"manifest_version": 2,
"background": {
Expand Down
2 changes: 1 addition & 1 deletion popup.html
Expand Up @@ -36,7 +36,7 @@ <h1 class="logo-text-title">Class Plus</h1>
</div>
<div class="table-row">
<label>
동영상 배속, 다중 실행
동영상 배속, 다중 실행, 자유 이동
<div>
<input id="video_us" type="checkbox" checked />
</div>
Expand Down

0 comments on commit 6e2e62e

Please sign in to comment.