Youtube Likes Sidebar Button

Adds a Liked Videos link to the library section of the Youtube sidebar.

O que é Youtube Likes Sidebar Button?

Youtube Likes Sidebar Button é uma extensão do Chrome desenvolvida por http://systemcluster.me, e sua principal característica é "Adds a Liked Videos link to the library section of the Youtube sidebar.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Youtube Likes Sidebar Button

Baixe arquivos de extensão Youtube Likes Sidebar Button 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

                        Adds a Liked Videos link to the library section of the Youtube sidebar.
Integrates seamlessly with the existing sidebar links.

2017-08-30: Updated to support the new Polymer Youtube layout.                    

Informações Básicas da Extensão

Nome Youtube Likes Sidebar Button Youtube Likes Sidebar Button
ID ahmdidmhhffpkhgfihmcinmlklpeipjm
URL Oficial https://chrome.google.com/webstore/detail/youtube-likes-sidebar-but/ahmdidmhhffpkhgfihmcinmlklpeipjm
Descrição Adds a Liked Videos link to the library section of the Youtube sidebar.
Tamanho do Arquivo 9.89 KB
Contagem de Instalações 250
Versão Atual 0.2.0
Última Atualização 2018-07-28
Data de Publicação 2018-07-28
Classificação 4.17/5 Total de 6 Avaliações
Desenvolvedor http://systemcluster.me
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Likes Sidebar Button",
    "short_name": "Youtube Likes Sidebar Button",
    "description": "Adds a Liked Videos link to the library section of the Youtube sidebar.",
    "version": "0.2.0",
    "author": "Christian Sdunek",
    "icons": {
        "16": "chrome\/skin\/icon16.png",
        "48": "chrome\/skin\/icon48.png",
        "96": "chrome\/skin\/icon96.png",
        "128": "chrome\/skin\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "inject.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/*.youtube.com\/*"
    ]
}