Youtube Shorts Autoplay

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

O que é Youtube Shorts Autoplay?

Youtube Shorts Autoplay é uma extensão do Chrome desenvolvida por jay.kimjaemin, e sua principal característica é "If autoplay stalls, refresh Youtube or restart Chrome, and you're back to hands-free enjoyment!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Youtube Shorts Autoplay

Baixe arquivos de extensão Youtube Shorts Autoplay no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!

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

Informações Básicas da Extensão

Nome Youtube Shorts Autoplay Youtube Shorts Autoplay
ID bgfallpjhdmpeempcnkfklidclhlbmnp
URL Oficial https://chromewebstore.google.com/detail/youtube-shorts-autoplay/bgfallpjhdmpeempcnkfklidclhlbmnp
Descrição If autoplay stalls, refresh Youtube or restart Chrome, and you're back to hands-free enjoyment!
Tamanho do Arquivo 7.63 KB
Contagem de Instalações 5,000
Versão Atual 1.1
Última Atualização 2023-08-27
Data de Publicação 2023-08-21
Classificação 3.50/5 Total de 12 Avaliações
Desenvolvedor jay.kimjaemin
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}