YouTube NonStop

Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!

O que é YouTube NonStop?

YouTube NonStop é uma extensão do Chrome desenvolvida por lawfx, e sua principal característica é "Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão YouTube NonStop

Baixe arquivos de extensão YouTube NonStop 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

                        ***Important: This extension doesn't keep the confirmation box from popping up. It only counters it. It auto-clicks the confirmation box and the video won't get paused.***

Working on YouTube and YouTube Music!
Media Keys supported!

Untested (but should work) when: Video is in fullscreen, Video is in miniplayer.

If you have any problems, don't hesitate to drop me an email. :)                    

Informações Básicas da Extensão

Nome YouTube NonStop YouTube NonStop
ID nlkaejimjacpillmajjnopmpbkbnocid
URL Oficial https://chromewebstore.google.com/detail/youtube-nonstop/nlkaejimjacpillmajjnopmpbkbnocid
Descrição Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!
Tamanho do Arquivo 76.16 KB
Contagem de Instalações 728,552
Versão Atual 0.9.2
Última Atualização 2023-10-30
Data de Publicação 2020-05-14
Classificação 3.47/5 Total de 941 Avaliações
Desenvolvedor lawfx
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/lawfx/YoutubeNonStop
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube NonStop",
    "short_name": "YT NonStop",
    "version": "0.9.2",
    "description": "Kiss the annoying \"Video paused. Continue watching?\" confirmation goodbye!",
    "web_accessible_resources": [
        {
            "resources": [
                "autoconfirm.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/music.youtube.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/music.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/yns16.png",
            "32": "images\/yns32.png",
            "48": "images\/yns48.png",
            "128": "images\/yns128.png"
        }
    },
    "icons": {
        "16": "images\/yns16.png",
        "32": "images\/yns32.png",
        "48": "images\/yns48.png",
        "128": "images\/yns128.png"
    },
    "manifest_version": 3
}