Prevent YouTube from playing videos instantly

Prevent YouTube from playing videos when a tab is opened and not highlighted.

O que é Prevent YouTube from playing videos instantly?

Prevent YouTube from playing videos instantly é uma extensão do Chrome desenvolvida por Muhamad Alfaifi, e sua principal característica é "Prevent YouTube from playing videos when a tab is opened and not highlighted.".

Baixar o arquivo CRX da Extensão Prevent YouTube from playing videos instantly

Baixe arquivos de extensão Prevent YouTube from playing videos instantly 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

                        Note: Stopped supporting extension because this feature has been implemented in chrome v46.

When you right click on a youtube link and select open in a new tab, the video will play automatically, if you just want the video to chill out and download! and when you move to that tab you will play it? This extension does that.

you can see the source code for this extension here:
https://github.com/MuhamadFaifi/youtube-autoplay                    

Informações Básicas da Extensão

Nome Prevent YouTube from playing videos instantly Prevent YouTube from playing videos instantly
ID iljjloebnngnddabmmgnahdcpmhlkfej
URL Oficial https://chrome.google.com/webstore/detail/prevent-youtube-from-play/iljjloebnngnddabmmgnahdcpmhlkfej
Descrição Prevent YouTube from playing videos when a tab is opened and not highlighted.
Tamanho do Arquivo 3.57 KB
Contagem de Instalações 12
Versão Atual 1.5
Última Atualização 2015-11-05
Data de Publicação 2015-11-05
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor Muhamad Alfaifi
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prevent YouTube from playing videos instantly",
    "description": "Prevent YouTube from playing videos when a tab is opened and not highlighted.",
    "version": "1.5",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "*:\/\/www.youtube.com\/"
    ]
}