YouFlix

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

YouFlix là gì?

YouFlix là một tiện ích mở rộng Chrome được phát triển bởi refractiontech, và tính năng chính của nó là "A unique tool for making experience in YouTube more like Netflix and also more convenient video watching, commenting and searching".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouFlix

Tải xuống các tệp mở rộng YouFlix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouFlix YouFlix
ID ciehggfdlkbemfeingingeenbameceeh
URL Chính Thức https://chromewebstore.google.com/detail/youflix/ciehggfdlkbemfeingingeenbameceeh
Mô tả A unique tool for making experience in YouTube more like Netflix and also more convenient video watching, commenting and searching
Kích Thước Tệp 52.5 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-05-16
Ngày Phát Hành 2021-05-16
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển refractiontech
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}