Youtube Shorts Autoplay

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

What is Youtube Shorts Autoplay?

Youtube Shorts Autoplay is a Chrome extension developed by jay.kimjaemin, and its main feature is "If autoplay stalls, refresh Youtube or restart Chrome, and you're back to hands-free enjoyment!".

Extension Screenshots

screenshot

Download Youtube Shorts Autoplay Extension CRX File

Download Youtube Shorts Autoplay 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

                        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!

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

Extension Basic Information

Name Youtube Shorts Autoplay Youtube Shorts Autoplay
ID bgfallpjhdmpeempcnkfklidclhlbmnp
Official URL https://chromewebstore.google.com/detail/youtube-shorts-autoplay/bgfallpjhdmpeempcnkfklidclhlbmnp
Description If autoplay stalls, refresh Youtube or restart Chrome, and you're back to hands-free enjoyment!
File Size 7.63 KB
Installation Count 5,000
Current Version 1.1
Last Updated 2023-08-27
Publish Date 2023-08-21
Rating 3.50/5 Total 12 Ratings
Developer jay.kimjaemin
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}