Youtube Shorts Auto Scroll - Productivity++

Automatically scrolls when a Youtube Short ends.

O que é Youtube Shorts Auto Scroll - Productivity++?

Youtube Shorts Auto Scroll - Productivity++ é uma extensão do Chrome desenvolvida por Productivity ++, e sua principal característica é "Automatically scrolls when a Youtube Short ends.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Youtube Shorts Auto Scroll - Productivity++

Baixe arquivos de extensão Youtube Shorts Auto Scroll - Productivity++ 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

                        You can also change weather it automatically scrolls in the popup. Instructions will be given when the extension is installed!

Made with ❤️ from the team at Productivity ++.

New version:
    Fixed bug where if you were on YouTube and then went to a short, it wouldn't work until reload.
    Other bugs fixed                    

Informações Básicas da Extensão

Nome Youtube Shorts Auto Scroll - Productivity++ Youtube Shorts Auto Scroll - Productivity++
ID bmjbgjndjeinofbgoanhkdgeclbfdbpm
URL Oficial https://chromewebstore.google.com/detail/youtube-shorts-auto-scrol/bmjbgjndjeinofbgoanhkdgeclbfdbpm
Descrição Automatically scrolls when a Youtube Short ends.
Tamanho do Arquivo 618 KB
Contagem de Instalações 332
Versão Atual 69.420
Última Atualização 2023-05-30
Data de Publicação 2023-05-29
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor Productivity ++
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube Shorts Auto Scroll - Productivity++",
    "version": "69.420",
    "author": {
        "email": "[email protected]"
    },
    "description": "Automatically scrolls when a Youtube Short ends.",
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "24": "icons\/24.png",
            "32": "icons\/32.png"
        },
        "default_title": "YT Shorts Autoscroll",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "scroll-plain.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ]
}