Auto Repeat for HTML5 Youtube Videos

Make Your HTML5 Youtube Videos Auto Repeat

Auto Repeat for HTML5 Youtube Videos란 무엇입니까?

Auto Repeat for HTML5 Youtube Videos은(는) arrezaw216에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make Your HTML5 Youtube Videos Auto Repeat"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Auto Repeat for HTML5 Youtube Videos 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ***08/03/2015 Update***

Simple Auto Repeat feature for HTML5 YouTube videos on youtube.com exclusively.

Works on regular HTML5 YouTube videos and user playlists.

Auto Repeat toggle buttons are located in the control bar of the video.

The toggle button will appear on all screen modes, such as theater mode 

and full screen.                    

확장 프로그램 기본 정보

이름 Auto Repeat for HTML5 Youtube Videos Auto Repeat for HTML5 Youtube Videos
ID khkihoopolaklcpkkcddoohipmnenjii
공식 URL https://chromewebstore.google.com/detail/auto-repeat-for-html5-you/khkihoopolaklcpkkcddoohipmnenjii
설명 Make Your HTML5 Youtube Videos Auto Repeat
파일 크기 5.41 MB
설치 횟수 168
현재 버전 0.0.1.2
최근 업데이트 2015-08-04
출시 날짜 2015-08-04
평점 4.43/5 총 7 개의 평점
개발자 arrezaw216
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": " Auto Repeat for HTML5 Youtube Videos",
    "description": "Make Your HTML5 Youtube Videos Auto Repeat",
    "version": "0.0.1.2",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "repeat2.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "repeat_icon_19.png",
        "default_title": "HTML5 Youtube Video Auto Repeat"
    },
    "manifest_version": 2
}