iLoop: Youtube Loop Repeat Replay Part Video

Make auto loop, repeat, replay part of video easier on Youtube!

iLoop: Youtube Loop Repeat Replay Part Video란 무엇입니까?

iLoop: Youtube Loop Repeat Replay Part Video은(는) https://super1ha1.github.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make auto loop, repeat, replay part of video easier on Youtube!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

iLoop: Youtube Loop Repeat Replay Part Video 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ===============================
Whether you need it?
===============================
- You want to loop, repeat, replay part of the video on Youtube
- You need to manually click to repeat every time

- Then this extension is for you.
- This is a simple extension which adds a repeat button and a slider to easily select the repeat range.

===============================
How to use
===============================
- To On/Off repeat: toggle the repeat button
- To change the repeat range: use the slider or edit the start time, end time directly.

===============================
Available in
===============================
Chrome, Firefox, Edge                    

확장 프로그램 기본 정보

이름 iLoop: Youtube Loop Repeat Replay Part Video iLoop: Youtube Loop Repeat Replay Part Video
ID aoebnamkmongkoloahpgjpokefagljkb
공식 URL https://chromewebstore.google.com/detail/iloop-youtube-loop-repeat/aoebnamkmongkoloahpgjpokefagljkb
설명 Make auto loop, repeat, replay part of video easier on Youtube!
파일 크기 433 KB
설치 횟수 2,229
현재 버전 1.1.0
최근 업데이트 2022-08-03
출시 날짜 2019-12-25
평점 4.82/5 총 11 개의 평점
개발자 https://super1ha1.github.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://super1ha1.github.io/
도움말 페이지 URL https://super1ha1.github.io/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iLoop: Youtube Loop Repeat Replay Part Video",
    "version": "1.1.0",
    "description": "Make auto loop, repeat, replay part of video easier on Youtube!",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "css": [],
            "js": [
                "\/static\/js\/content.js"
            ]
        }
    ],
    "icons": {
        "48": "images\/icons8-replay-48.png",
        "128": "images\/icons8-replay-128.png"
    },
    "manifest_version": 3,
    "background": [],
    "web_accessible_resources": [],
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    }
}