Youtube Shorts Auto Play

Automatically play YouTube shorts.

Youtube Shorts Auto Play란 무엇입니까?

Youtube Shorts Auto Play은(는) idoding에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically play YouTube shorts."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Youtube Shorts Auto Play 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        유튜브 쇼츠(Youtube Shorts) 영상은 자동 재생이 되지 않습니다. 그러나 이 확장을 사용하면 자동 재생이 가능합니다.  유튜브 쇼츠 영상은 60초 이하의 영상이므로 자동 재생하면 지루할 틈이 없습니다. 
YouTube Shorts videos do not play automatically. However, this extension enables automatic playback.  YouTube short videos are less than 60 seconds long, so there is no time to get bored if you play them automatically. 

Ver_2.0 업데이트 되었습니다.
- 새로운 기능
# 특정 영상 자동 스킵 기능이 추가되었습니다.
[영상 스킵 설정] 버튼을 통해 스킵할 영상의 키워드를 등록, 삭제할 수 있습니다.
등록된 키워드의 영상은 자동 스킵됩니다.
Ver_2.0 has been updated.
- New Features
# Added auto-skipping for specific video.
Use the Skip Video button to register and delete keywords for videos to skip.
Videos of registered keywords are automatically skipped.

Ver_1.0 업로드 되었습니다.
- 사용 방법
1. 프로그램을 설치한다.
2. 유투브쇼츠로 접속한다.
3. 확장을 실행하여 [유튜브 쇼츠 자동 자생]을 클릭한다.
Ver_1.0 has been uploaded.
- How to use it
1. Install the program.
2. Connect to YouTube Shorts.
3. Run the extension and click [Automatic YouTube Shorts]                    

확장 프로그램 기본 정보

이름 Youtube Shorts Auto Play Youtube Shorts Auto Play
ID oocngokgbomokfekdgkcplnbpomiephb
공식 URL https://chrome.google.com/webstore/detail/youtube-shorts-auto-play/oocngokgbomokfekdgkcplnbpomiephb
설명 Automatically play YouTube shorts.
파일 크기 727 KB
설치 횟수 1,833
현재 버전 2.2
최근 업데이트 2023-02-13
출시 날짜 2022-10-08
평점 3.57/5 총 7 개의 평점
개발자 idoding
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://oneido.github.io/videoScrap/notice
지원되는 언어 en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "ko",
    "name": "Youtube Shorts Auto Play",
    "version": "2.2",
    "description": "__MSG_description__",
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "options_page": "options.html",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "\/images\/icons.png"
    }
}