Repeat Button YouTube™

Add a repeat/loop button to loop every YouTube videos you watch.

Repeat Button YouTube™란 무엇입니까?

Repeat Button YouTube™은(는) Avre Labs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add a repeat/loop button to loop every YouTube videos you watch."입니다.

확장 프로그램 스크린샷

screenshot

Repeat Button YouTube™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Introducing a sleek mini cute loop button in all your YouTube™ videos!!

Ever wondered why is it so hard to loop your awesome YouTube™ productivity soundtrack, favorite music, and those motivational podcast? Well, so do we! So we create this super lightweight extension (<100 KB) to the rescue! 
Now you don't need to re-open that YouTube tab again to slide back the video again! It is a simple button, but beautiful button. What a new thing for your chrome to boast about!

- Save your precious browsing time.
- Never re-open that YouTube tab again to slide back the video again. 

* Please use the official version of Chrome to experience this extension at its best.
* Comment any issue here or to the development page at: https://github.com/shrotavre/youtube-loop (listed below as the website page)
* Developed in Indonesia. 100% Indonesia! Cintailah produk-produk Indonesia :D                    

확장 프로그램 기본 정보

이름 Repeat Button YouTube™ Repeat Button YouTube™
ID aoanbbgkingihjpbnhmlaabkipkpkmmd
공식 URL https://chrome.google.com/webstore/detail/repeat-button-youtube/aoanbbgkingihjpbnhmlaabkipkpkmmd
설명 Add a repeat/loop button to loop every YouTube videos you watch.
파일 크기 23.74 KB
설치 횟수 560
현재 버전 1.1.0
최근 업데이트 2019-01-17
출시 날짜 2019-01-17
평점 4.50/5 총 2 개의 평점
개발자 Avre Labs
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/shrotavre/youtube-loop
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Repeat Button YouTube\u2122",
    "short_name": "YouTube\u2122 Repeat Button",
    "version": "1.1.0",
    "description": "Add a repeat\/loop button to loop every YouTube videos you watch.",
    "icons": {
        "128": "icon_128.png"
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "YouTube Repeat Button"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "js": [
                "injector.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "author": "Avreghly Barra ",
    "homepage_url": "https:\/\/shrotavre.com\/youtube-loop"
}