LoopTube

Auto loop the YouTube video

LoopTube란 무엇입니까?

LoopTube은(는) vedha.viyash에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto loop the YouTube video"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

LoopTube 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Auto loop the YouTube video when it ends. No more click replay buttons again!                    

확장 프로그램 기본 정보

이름 LoopTube LoopTube
ID faaokfideffddckilhbjniccnelnioid
공식 URL https://chromewebstore.google.com/detail/looptube/faaokfideffddckilhbjniccnelnioid
설명 Auto loop the YouTube video
파일 크기 10.51 KB
설치 횟수 75
현재 버전 0.0.1
최근 업데이트 2020-08-18
출시 날짜 2020-08-18
개발자 vedha.viyash
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LoopTube",
    "version": "0.0.1",
    "description": "Auto loop the YouTube video",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "youtube.png",
        "48": "youtube.png",
        "128": "youtube.png"
    },
    "browser_action": {
        "default_icon": "youtube.png",
        "default_title": "Turning this extension on will loop the YouTube video automatically"
    }
}