YouPause

Automatically pauses Youtube videos when they're in a background tab.

O que é YouPause?

YouPause é uma extensão do Chrome desenvolvida por cI_-__-_Io, e sua principal característica é "Automatically pauses Youtube videos when they're in a background tab.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão YouPause

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

                        YouPause is a Google Chrome extension that automatically pauses YouTube videos when they're in a background tab. 
That way, only the current (focused) Youtube video is playing. 
If you open a new YouTube tab in the background it will start downloading silently.                    

Informações Básicas da Extensão

Nome YouPause YouPause
ID dnelpbglhemmgopmfbhkcedddfnfeani
URL Oficial https://chrome.google.com/webstore/detail/youpause/dnelpbglhemmgopmfbhkcedddfnfeani
Descrição Automatically pauses Youtube videos when they're in a background tab.
Tamanho do Arquivo 70.32 KB
Contagem de Instalações 121
Versão Atual 1.2.0
Última Atualização 2014-01-11
Data de Publicação 2014-01-11
Classificação 4.45/5 Total de 11 Avaliações
Desenvolvedor cI_-__-_Io
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://cod3.net/reddit/YouPause/
URL da Página de Ajuda http://redd.it/1t93v7
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouPause",
    "version": "1.2.0",
    "description": "Automatically pauses Youtube videos when they're in a background tab.",
    "page_action": {
        "default_icon": {
            "19": "img\/icon-19.png",
            "48": "img\/icon-48.png",
            "128": "img\/icon-128.png"
        },
        "default_title": "YouPause"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "http:\/\/*.youtube.com\/",
        "https:\/\/*.youtube.com\/"
    ],
    "icons": {
        "19": "img\/icon-19.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "manifest_version": 2
}