Youtube Focus

Introducing a revolutionary tool designed to enhance your focus and minimize Youtube distractions.

Τι είναι το Youtube Focus;

Το Youtube Focus είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον raghavadonthoju.webstore, και η κύρια λειτουργία του είναι "Introducing a revolutionary tool designed to enhance your focus and minimize Youtube distractions.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Youtube Focus

Λήψη αρχείων επέκτασης Youtube Focus σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        By activating the "Youtube Focus" extension, you gain an incredible advantage in maintaining your concentration and avoiding the attracting YouTube's recommended videos. No longer will your attention be hijacked by flashy thumbnails vying for your clicks. Instead, you'll find a clean and clutter-free interface, allowing you to focus solely on the content you seek.

Features:
- Just hides the homepage content of youtube by changing the style of homepage content to display none.

Note:
-The Extension doesn't collect users data or youtube's data it just changes the styling (changing css).
-This extension does not take any money from the users.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Youtube Focus Youtube Focus
ID ihlchpbfkmgfkpeolfklmgnanjkkhnfb
Επίσημο URL https://chromewebstore.google.com/detail/youtube-focus/ihlchpbfkmgfkpeolfklmgnanjkkhnfb
Περιγραφή Introducing a revolutionary tool designed to enhance your focus and minimize Youtube distractions.
Μέγεθος Αρχείου 4.88 KB
Αριθμός Εγκαταστάσεων 72
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2023-07-09
Ημερομηνία Δημοσίευσης 2023-07-09
Αξιολόγηση 5.00/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής raghavadonthoju.webstore
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube Focus",
    "version": "1.0",
    "description": "Introducing a revolutionary tool designed to enhance your focus and minimize Youtube distractions.",
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/"
            ]
        }
    ]
}