YouTube Focus Mode

Hides recommendations and comments from YouTube videos to help you focus, and prevents you from browsing.

Qu'est-ce que YouTube Focus Mode ?

YouTube Focus Mode est une extension Chrome développée par annaazzam, et sa fonction principale est "Hides recommendations and comments from YouTube videos to help you focus, and prevents you from browsing.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension YouTube Focus Mode

Téléchargez les fichiers d'extension YouTube Focus Mode 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

                        Hides recommendations and comments from YouTube videos to help you focus, and prevents you from browsing.                    

Informations de Base sur l'Extension

Nom YouTube Focus Mode YouTube Focus Mode
ID aiickpjplakbajmoglephfflijahgblj
URL Officiel https://chromewebstore.google.com/detail/youtube-focus-mode/aiickpjplakbajmoglephfflijahgblj
Description Hides recommendations and comments from YouTube videos to help you focus, and prevents you from browsing.
Taille du Fichier 8.73 KB
Nombre d'Installations 617
Version Actuelle 1.0
Dernière Mise à Jour 2020-06-28
Date de Publication 2020-06-27
Évaluation 4.95/5 Total 21 Évaluations
Développeur annaazzam
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Focus Mode",
    "description": "",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "extension.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}