YouFlix

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

Что такое YouFlix?

YouFlix - это расширение Chrome, разработанное refractiontech, и его основная функция - "A unique tool for making experience in YouTube more like Netflix and also more convenient video watching, commenting and searching".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения YouFlix

Скачайте файлы расширений YouFlix в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название YouFlix YouFlix
ID ciehggfdlkbemfeingingeenbameceeh
Официальный URL https://chromewebstore.google.com/detail/youflix/ciehggfdlkbemfeingingeenbameceeh
Описание A unique tool for making experience in YouTube more like Netflix and also more convenient video watching, commenting and searching
Размер файла 52.5 KB
Количество установок 27
Текущая Версия 1.0.0
Последнее Обновление 2021-05-16
Дата публикации 2021-05-16
Рейтинг 3.67/5 Всего 3 оценок
Разработчик refractiontech
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
        }
    ]
}