Youtube Shorts auto next!

Auto playing next video when the current short is finished Show video percent progress on search bar

O que é Youtube Shorts auto next!?

Youtube Shorts auto next! é uma extensão do Chrome desenvolvida por pdkhanh93, e sua principal característica é "Auto playing next video when the current short is finished Show video percent progress on search bar".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Youtube Shorts auto next!

Baixe arquivos de extensão Youtube Shorts auto next! 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

                        Auto playing next video when the current short is finished
Show video percent progress on search bar                    

Informações Básicas da Extensão

Nome Youtube Shorts auto next! Youtube Shorts auto next!
ID hmkficiecfdldaeogohkfcndomnigbjp
URL Oficial https://chromewebstore.google.com/detail/youtube-shorts-auto-next/hmkficiecfdldaeogohkfcndomnigbjp
Descrição Auto playing next video when the current short is finished Show video percent progress on search bar
Tamanho do Arquivo 4.21 KB
Contagem de Instalações 13
Versão Atual 1.0
Última Atualização 2023-06-21
Data de Publicação 2023-06-21
Desenvolvedor pdkhanh93
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Shorts auto next!",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "hello.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "background.js"
            ],
            "css": [
                "youtube.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}