YouTube Focus Mode

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

Cos'è YouTube Focus Mode?

YouTube Focus Mode è un'estensione di Chrome sviluppata da annaazzam, e la sua funzione principale è "Hides recommendations and comments from YouTube videos to help you focus, and prevents you from browsing.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YouTube Focus Mode

Scarica i file di estensione YouTube Focus Mode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome YouTube Focus Mode YouTube Focus Mode
ID aiickpjplakbajmoglephfflijahgblj
URL Ufficiale https://chromewebstore.google.com/detail/youtube-focus-mode/aiickpjplakbajmoglephfflijahgblj
Descrizione Hides recommendations and comments from YouTube videos to help you focus, and prevents you from browsing.
Dimensione del File 8.73 KB
Conteggio Installazioni 617
Versione Corrente 1.0
Ultimo Aggiornamento 2020-06-28
Data di Pubblicazione 2020-06-27
Valutazione 4.95/5 Totale 21 Valutazioni
Sviluppatore annaazzam
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}