Youtube Shorts Auto Play

Automatically play YouTube shorts.

What is Youtube Shorts Auto Play?

Youtube Shorts Auto Play is a Chrome extension developed by idoding, and its main feature is "Automatically play YouTube shorts.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Youtube Shorts Auto Play Extension CRX File

Download Youtube Shorts Auto Play extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        유튜브 쇼츠(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]                    

Extension Basic Information

Name Youtube Shorts Auto Play Youtube Shorts Auto Play
ID oocngokgbomokfekdgkcplnbpomiephb
Official URL https://chrome.google.com/webstore/detail/youtube-shorts-auto-play/oocngokgbomokfekdgkcplnbpomiephb
Description Automatically play YouTube shorts.
File Size 727 KB
Installation Count 1,833
Current Version 2.2
Last Updated 2023-02-13
Publish Date 2022-10-08
Rating 3.57/5 Total 7 Ratings
Developer idoding
Email [email protected]
Payment Type free
Privacy Policy Page URL https://oneido.github.io/videoScrap/notice
Supported Languages 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"
    }
}