Full Focus - Hide Recommendations on YouTube

Boost productivity - Hide all distractions on YouTube

Qu'est-ce que Full Focus - Hide Recommendations on YouTube ?

Full Focus - Hide Recommendations on YouTube est une extension Chrome développée par chris.wallenwein, et sa fonction principale est "Boost productivity - Hide all distractions on YouTube".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Full Focus - Hide Recommendations on YouTube

Téléchargez les fichiers d'extension Full Focus - Hide Recommendations on YouTube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Full Focus - Hide Recommendations on YouTube Full Focus - Hide Recommendations on YouTube
ID ngdenbkjmenmpmjcmoalhkommflcdilh
URL Officiel https://chromewebstore.google.com/detail/full-focus-hide-recommend/ngdenbkjmenmpmjcmoalhkommflcdilh
Description Boost productivity - Hide all distractions on YouTube
Taille du Fichier 84.18 MB
Nombre d'Installations 176
Version Actuelle 0.3.1
Dernière Mise à Jour 2022-05-19
Date de Publication 2020-05-19
Évaluation 5.00/5 Total 2 Évaluations
Développeur chris.wallenwein
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/chriswallenwein/full-focus
URL de la Page d'Aide https://go.cwallenwein.com/projects/full-focus/feedback
Langues Prises en Charge 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"
    }
}