MeTube

YouTube subscription improvements

O que é MeTube?

MeTube é uma extensão do Chrome desenvolvida por Scott Inglis, e sua principal característica é "YouTube subscription improvements".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão MeTube

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

                        MeTube is a suite of improvements for the YouTube subscription page as well as a handful of other tweaks. Key features include:

-Organizes videos into a grid layout
-Replaces "Watch Later" button with "Remove" button
-Choose to show or hide watched videos
-Remove all watched videos from your feed
-Scales "Large Player" to width of description box

This was designed to work with the latest revision of the YouTube layout as of February 2014. If you have issues please let me know using the Send Feedback option in the chrome web store.                    

Informações Básicas da Extensão

Nome MeTube MeTube
ID fceidobfbfedfhodnjmonpfmnbkeclmn
URL Oficial https://chrome.google.com/webstore/detail/metube/fceidobfbfedfhodnjmonpfmnbkeclmn
Descrição YouTube subscription improvements
Tamanho do Arquivo 52.7 KB
Contagem de Instalações 908
Versão Atual 2.0
Última Atualização 2014-09-18
Data de Publicação 2014-09-18
Classificação 3.11/5 Total de 9 Avaliações
Desenvolvedor Scott Inglis
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MeTube",
    "description": "YouTube subscription improvements",
    "version": "2.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-1.11.0.min.js",
                "script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}