Always Show Watch Later

Always shows the Watch Later button for Youtube embedded videos.

O que é Always Show Watch Later?

Always Show Watch Later é uma extensão do Chrome desenvolvida por Scott Zackrison, e sua principal característica é "Always shows the Watch Later button for Youtube embedded videos.".

Baixar o arquivo CRX da Extensão Always Show Watch Later

Baixe arquivos de extensão Always Show Watch Later 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

                        This extension forces the Watch Later button to be visible for embedded Youtube videos.

--> updated 9/6/17
---> minor bug fix

--> updated 7/18/17
---> fixed another issue in some instances where it wouldn't show the Watch Later button

--> updated 2/14/17
---> fixed an issue in some instances where it wouldn't show the Watch Later button

--> updated 9/24/15
---> faster
---> more reliable
---> more efficient                    

Informações Básicas da Extensão

Nome Always Show Watch Later Always Show Watch Later
ID opnlaeeckmpncaogfacbkelbldmpbibi
URL Oficial https://chrome.google.com/webstore/detail/always-show-watch-later/opnlaeeckmpncaogfacbkelbldmpbibi
Descrição Always shows the Watch Later button for Youtube embedded videos.
Tamanho do Arquivo 33.75 KB
Contagem de Instalações 413
Versão Atual 1.4
Última Atualização 2017-09-06
Data de Publicação 2017-09-06
Classificação 4.64/5 Total de 28 Avaliações
Desenvolvedor Scott Zackrison
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Always Show Watch Later",
    "description": "Always shows the Watch Later button for Youtube embedded videos.",
    "version": "1.4",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "128": "icon_128.png"
    }
}