Looper for YouTube

Auto replay videos with ONE-CLICK, able to customise features such as AUTO LOOP toggle, setting loop counts and loop portion.

Looper for YouTube란 무엇입니까?

Looper for YouTube은(는) https://alvinhkh.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto replay videos with ONE-CLICK, able to customise features such as AUTO LOOP toggle, setting loop counts and loop portion."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Looper for YouTube 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥
   Please rate ★★★★★ if you like it
♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥

★★★★★★★★★★★★★★★★★★
 ♥ Any problems & suggestions submit a support request
★★★★★★★★★★★★★★★★★★

Have you ever wanted to watch to the same video on the YouTube™ without pressing replay button every time at the end of the video? With Looper for YouTube you will get a loop button under the YouTube player. After you press the button, video will repeat itself infinitely.

Key Features:
- ** Able to set default auto loop on every video **
- Able to set loop in a portion/range
- Able to set loop how many time you want
- Uses Content Script without background page >> means less memory used

- Able to use keyboard shortcut 'P' to start loop
- Set "&loop=10" in url to start loop for 10 times
- Set "&start=00:10&end=01:00" to start loop from 10s to 1 min
- When loop button pressed playlist auto-play will be disabled
- Able to set "continue the playlist" after loop number of times
- Match latest (2022) YouTube style, (Material YouTube and YouTube Gaming)
- Translation display according to YouTube language


* Any issues and suggestions with this extension, please submit a support request instead of leaving in reviews which is hard to follow and response.

* Hope you enjoy this extension. Please rate 5 stars and leave a review, this is a key motivation for me to keep updating the extension.

.. Known Issue:
- not working while casting (Chromecast)
- looping in playlist on flash player

//
FAQ:
http://looperforyoutube.alvinhkh.com/faq

//
Change-log:
http://looperforyoutube.alvinhkh.com/changelog

//
Translation:
http://looperforyoutube.alvinhkh.com/contribute                    

확장 프로그램 기본 정보

이름 Looper for YouTube Looper for YouTube
ID iggpfpnahkgpnindfkdncknoldgnccdg
공식 URL https://chromewebstore.google.com/detail/looper-for-youtube/iggpfpnahkgpnindfkdncknoldgnccdg
설명 Auto replay videos with ONE-CLICK, able to customise features such as AUTO LOOP toggle, setting loop counts and loop portion.
파일 크기 94.39 KB
설치 횟수 585,278
현재 버전 5.18.0
최근 업데이트 2022-11-22
출시 날짜 2020-04-11
평점 4.64/5 총 3756 개의 평점
개발자 https://alvinhkh.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.alvinhkh.com
도움말 페이지 URL https://www.alvinhkh.com/looperforyoutube/
개인정보 보호 정책 페이지 URL https://www.alvinhkh.com/extension-privacy-policy
지원되는 언어 id,de,en,fr,nl,tr,es,hu,pl,pt-BR,ro,sk,cs,sr,ru,zh-CN,zh-TW,ja
manifest.json
{
    "version": "5.18.0",
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "css": [
                "inject_style.css"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; script-src 'self'; img-src data: chrome-extension: http:\/\/*.gstatic.com https:\/\/*.gstatic.com https:\/\/*.facebook.com https:\/\/*.twitter.com; style-src 'self' 'unsafe-inline'; frame-src https:\/\/*.google.com https:\/\/*.facebook.com https:\/\/facebook.com http:\/\/*.facebook.com http:\/\/*.twitter.com https:\/\/*.twitter.com; object-src 'self'; connect-src https:\/\/*.twitter.com"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "_locales\/*",
                "options.html",
                "contentscript.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/youtube.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 3,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "128": "icon.png"
    },
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "homepage_url": "https:\/\/www.alvinhkh.com\/looperforyoutube"
}