Full Focus - Hide Recommendations on YouTube

Boost productivity - Hide all distractions on YouTube

Τι είναι το Full Focus - Hide Recommendations on YouTube;

Το Full Focus - Hide Recommendations on YouTube είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον chris.wallenwein, και η κύρια λειτουργία του είναι "Boost productivity - Hide all distractions on YouTube".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Full Focus - Hide Recommendations on YouTube

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

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

                        YouTube can be a great platform for entertainment, education, and more. However, it can also eat up a lot of your time. If you find yourself getting lost in the rabbit hole of YouTube recommendations, Full Focus can help. It's the perfect extension for anyone who wants to avoid distractions while browsing YouTube. With just one click, it hides all recommendations, related videos, and comments on the page. Now you can focus on what you're watching without getting sidetracked!

The Project is open source. Feel free to contribute on Github: https://github.com/chriswallenwein/FullFocus                    

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

Όνομα Full Focus - Hide Recommendations on YouTube Full Focus - Hide Recommendations on YouTube
ID ngdenbkjmenmpmjcmoalhkommflcdilh
Επίσημο URL https://chromewebstore.google.com/detail/full-focus-hide-recommend/ngdenbkjmenmpmjcmoalhkommflcdilh
Περιγραφή Boost productivity - Hide all distractions on YouTube
Μέγεθος Αρχείου 84.18 MB
Αριθμός Εγκαταστάσεων 176
Τρέχουσα Έκδοση 0.3.1
Τελευταία Ενημέρωση 2022-05-19
Ημερομηνία Δημοσίευσης 2020-05-19
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής chris.wallenwein
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/chriswallenwein/full-focus
Διεύθυνση URL της Σελίδας Βοήθειας https://go.cwallenwein.com/projects/full-focus/feedback
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Full Focus - Hide Recommendations on YouTube",
    "short_name": "Full Focus",
    "description": "Boost productivity - Hide all distractions on YouTube",
    "version": "0.3.1",
    "icons": {
        "128": "img\/pause.png"
    },
    "permissions": [
        "scripting",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/www.youtube.com\/*",
        "https:\/\/www.youtube.com\/*"
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_popup": "popup\/build\/index.html"
    }
}