YouFlix

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

什麼是YouFlix?

YouFlix是由refractiontech開發的Chrome擴展程式,該擴展的主要功能是“A unique tool for making experience in YouTube more like Netflix and also more convenient video watching, commenting and searching”。

擴展截圖

screenshot
screenshot
screenshot

下載YouFlix擴展crx文件

下載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
官方網址 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"
        }
    ]
}