Cling

Make youtube videos cling to the top of the window while you browse Youtube comments.

O que é Cling?

Cling é uma extensão do Chrome desenvolvida por ExPixel, e sua principal característica é "Make youtube videos cling to the top of the window while you browse Youtube comments.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Cling

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

                        Cling allows you to scroll down and read comments or look at related videos while continuing to watch your video.                    

Informações Básicas da Extensão

Nome Cling Cling
ID ipignndcmkjenpnahgmnjcbfabihaodn
URL Oficial https://chromewebstore.google.com/detail/cling/ipignndcmkjenpnahgmnjcbfabihaodn
Descrição Make youtube videos cling to the top of the window while you browse Youtube comments.
Tamanho do Arquivo 91.97 KB
Contagem de Instalações 44
Versão Atual 2.0.2
Última Atualização 2015-09-07
Data de Publicação 2015-09-06
Classificação 4.86/5 Total de 7 Avaliações
Desenvolvedor ExPixel
Tipo de Pagamento free
Site da Extensão https://github.com/expixel
URL da Página de Ajuda https://github.com/expixel/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cling",
    "version": "2.0.2",
    "manifest_version": 2,
    "description": "Make youtube videos cling to the top of the window while you browse Youtube comments.",
    "homepage_url": "http:\/\/github.com\/expixel",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "src\/inject\/animate.min.css",
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/*"
    ]
}