Youtube Shorts Autoplay

If autoplay stalls, refresh Youtube or restart Chrome, and you're back to hands-free enjoyment!

Youtube Shorts Autoplay란 무엇입니까?

Youtube Shorts Autoplay은(는) jay.kimjaemin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "If autoplay stalls, refresh Youtube or restart Chrome, and you're back to hands-free enjoyment!"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Introducing the YouTube Shorts AutoPlay Chrome Extension!

Tired of manually starting each YouTube Shorts video? Discover our solution - the YouTube Shorts AutoPlay Chrome Extension. It automates video playback, offering you a seamless, uninterrupted experience.

Features:

AutoPlay: Enjoy YouTube Shorts videos effortlessly as the extension queues up and plays the next video automatically.

Easy Setup: Just install to dive into YouTube Shorts. If you find "YouTube Shorts Autoplay On" message, you can use this extension. If not, just refresh(F5 at window, command + r at Mac) on "Shorts page".

Troubleshooting:

If AutoPlay doesn't activate:

Refresh: Click the refresh button on "Shorts Page" to ensure all elements load correctly.

Restart Chrome: Try restarting Chrome to resolve any temporary issues.

Elevate your YouTube Shorts experience. Download the AutoPlay Extension now to enjoy endless captivating content without any touch!

유튜브 쇼츠 자동재생 크롬 확장 프로그램입니다.
설치 시, 다음 버튼을 누르지 않고도 유튜브 쇼츠가 자동 재생됩니다.
만약 작동하지 않는 경우, 유튜브 쇼츠 페이지 진입 후 새로고침 하거나 크롬을 재실행하시기 바랍니다.
감사합니다.                    

확장 프로그램 기본 정보

이름 Youtube Shorts Autoplay Youtube Shorts Autoplay
ID bgfallpjhdmpeempcnkfklidclhlbmnp
공식 URL https://chromewebstore.google.com/detail/youtube-shorts-autoplay/bgfallpjhdmpeempcnkfklidclhlbmnp
설명 If autoplay stalls, refresh Youtube or restart Chrome, and you're back to hands-free enjoyment!
파일 크기 7.63 KB
설치 횟수 5,000
현재 버전 1.1
최근 업데이트 2023-08-27
출시 날짜 2023-08-21
평점 3.50/5 총 12 개의 평점
개발자 jay.kimjaemin
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Shorts Autoplay",
    "description": "If autoplay stalls, refresh Youtube or restart Chrome, and you're back to hands-free enjoyment!",
    "version": "1.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/shorts\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "128": "128.png"
    }
}