YouFlix

A unique tool for making experience in YouTube more like Netflix and also more convenient video watching, commenting and searching

O que é YouFlix?

YouFlix é uma extensão do Chrome desenvolvida por refractiontech, e sua principal característica é "A unique tool for making experience in YouTube more like Netflix and also more convenient video watching, commenting and searching".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão YouFlix

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

                        YouFlix is a new unique tool which provides many possibilities that you can't find while working with regular Youtube.

 It makes watching videos more convenient and allows you to scroll through recommended videos, leave comments and scroll through playlist videos without stopping the video you watch at that time.

 The great advantage of YouFlix is that it awesomely provides the possibility to do everything Youtube does without stopping the video. 

 Why YouFlix?
 - Allows you to do all the Youtube stuff faster
 - You can keep watching the video while working with it
 - More convenient interface for Youtube lovers.                    

Informações Básicas da Extensão

Nome YouFlix YouFlix
ID ciehggfdlkbemfeingingeenbameceeh
URL Oficial https://chromewebstore.google.com/detail/youflix/ciehggfdlkbemfeingingeenbameceeh
Descrição A unique tool for making experience in YouTube more like Netflix and also more convenient video watching, commenting and searching
Tamanho do Arquivo 52.5 KB
Contagem de Instalações 27
Versão Atual 1.0.0
Última Atualização 2021-05-16
Data de Publicação 2021-05-16
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor refractiontech
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouFlix",
    "short_name": "YouFlix",
    "version": "1.0.0",
    "description": "A unique tool for making experience in YouTube more like Netflix and also more convenient video watching, commenting and searching",
    "author": "RefractionTech",
    "browser_action": {
        "default_icon": {
            "16": "assets\/logo16.png",
            "32": "assets\/logo32.png",
            "48": "assets\/logo48.png",
            "128": "assets\/logo128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ]
}