Stop Youtube Autoplay

Stop Youtube Autoplay feature for Watch Later videos

O que é Stop Youtube Autoplay?

Stop Youtube Autoplay é uma extensão do Chrome desenvolvida por memorizer.eecs, e sua principal característica é "Stop Youtube Autoplay feature for Watch Later videos".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Stop Youtube Autoplay

Baixe arquivos de extensão Stop Youtube 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

                        Extension to stop Youtube autoplay, specifically for your Watch Later list.

- Since Youtube doesn't let the user disable autoplay for the Watch Later playlist, this extension will automatically prevent the autoplaying of the next video in your Watch Later playlist.

*Note: 
- currently only works for Watch Later list
- currently only works if the selected video is opened in a new tab                    

Informações Básicas da Extensão

Nome Stop Youtube Autoplay Stop Youtube Autoplay
ID igfflabimklppabjlnhhpmjmjmnbgcfl
URL Oficial https://chromewebstore.google.com/detail/stop-youtube-autoplay/igfflabimklppabjlnhhpmjmjmnbgcfl
Descrição Stop Youtube Autoplay feature for Watch Later videos
Tamanho do Arquivo 29.79 KB
Contagem de Instalações 108
Versão Atual 1.0
Última Atualização 2022-02-25
Data de Publicação 2022-02-25
Classificação 1.00/5 Total de 2 Avaliações
Desenvolvedor memorizer.eecs
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Stop Youtube Autoplay",
    "description": "Stop Youtube Autoplay feature for Watch Later videos",
    "version": "1.0",
    "permissions": [
        "webNavigation"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "action": {
        "default_title": "Stop Youtube Autoplay",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/icon.png"
        }
    }
}