Disable Autoplay on YouTube

Automatically disable autoplay on YouTube

O que é Disable Autoplay on YouTube?

Disable Autoplay on YouTube é uma extensão do Chrome desenvolvida por Julio Carrió, e sua principal característica é "Automatically disable autoplay on YouTube".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Disable Autoplay on YouTube

Baixe arquivos de extensão Disable Autoplay on YouTube 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

                        Update: Fix new youtube version. 06/05/2019

The simplest extension found here. Shut off the autoplay option on youtube, that loads a suggested video when the current video ends. This extension doesn't interfere in the functioning of playlists.

note: after cleaning the browser history, the default value from youtube will come back, but with this extension you don't need to change again. Works very well!

Portuguese translation:
Extensão mais simples encontrada aqui. Desliga a opção autoplay do youtube, que carrega um vídeo sugerido quando a reprodução atual termina. Esta extensão não interfere no funcionamento de listas de reprodução.

nota: depois de limpar o histórico do browser, o padrão do youtube volta, mas com essa extensão não será necessário mudar novamente. Funciona muito bem!                    

Informações Básicas da Extensão

Nome Disable Autoplay on YouTube Disable Autoplay on YouTube
ID mhnjhaekhlafoabhhpakebdpemkddcjd
URL Oficial https://chrome.google.com/webstore/detail/disable-autoplay-on-youtu/mhnjhaekhlafoabhhpakebdpemkddcjd
Descrição Automatically disable autoplay on YouTube
Tamanho do Arquivo 10 KB
Contagem de Instalações 757
Versão Atual 1.5
Última Atualização 2019-06-05
Data de Publicação 2019-06-05
Classificação 3.12/5 Total de 33 Avaliações
Desenvolvedor Julio Carrió
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Autoplay on YouTube",
    "version": "1.5",
    "description": "Automatically disable autoplay on YouTube",
    "short_name": "Disable Autoplay",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "index.html"
    },
    "web_accessible_resources": [
        "disable_autoplay.js"
    ],
    "permissions": [
        "tabs",
        "https:\/\/www.youtube.com\/*"
    ],
    "manifest_version": 2
}