YouTube List View

This extension displays your youtube subscription in the list view.

O que é YouTube List View?

YouTube List View é uma extensão do Chrome desenvolvida por Eddie Wilford, e sua principal característica é "This extension displays your youtube subscription in the list view.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão YouTube List View

Baixe arquivos de extensão YouTube List View 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

                        A temporary fix that changes the YouTube subscriptions grid view into a list view. This is by no means meant to replace YouTubes previous list view, but provide a temporary solution until YouTube fixes theirs. 

UPDATE: YouTube has finally fixed the problem, but the plugin will stay here in case it happens again.                    

Informações Básicas da Extensão

Nome YouTube List View YouTube List View
ID dnfjhgoledkjnacagpncncfipbobepif
URL Oficial https://chromewebstore.google.com/detail/youtube-list-view/dnfjhgoledkjnacagpncncfipbobepif
Descrição This extension displays your youtube subscription in the list view.
Tamanho do Arquivo 36.99 KB
Contagem de Instalações 430
Versão Atual 1.1.2
Última Atualização 2016-06-02
Data de Publicação 2016-06-01
Classificação 4.23/5 Total de 52 Avaliações
Desenvolvedor Eddie Wilford
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 List View",
    "description": "This extension displays your youtube subscription in the list view.",
    "version": "1.1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "contentscript.js"
            ],
            "matches": [
                "http:\/\/www.youtube.com\/feed\/subscriptions*",
                "https:\/\/www.youtube.com\/feed\/subscriptions*"
            ]
        }
    ]
}