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