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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        }
    ]
}