YouFlix

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

YouFlix क्या है?

YouFlix 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 फ़ाइल डाउनलोड करें

crx प्रारूप में YouFlix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    ]
}