Zen YouTube: Distraction free youtube

Removes feed and recommendations from YouTube so that you can have a distraction free focused session

Cos'è Zen YouTube: Distraction free youtube?

Zen YouTube: Distraction free youtube è un'estensione di Chrome sviluppata da Vishnu Gt, e la sua funzione principale è "Removes feed and recommendations from YouTube so that you can have a distraction free focused session".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Zen YouTube: Distraction free youtube

Scarica i file di estensione Zen YouTube: Distraction free youtube 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

                        This extension helps you have a distraction free YouTube session by removing the recommendations and your home page feed so that you don't end up watching YouTube for hours.

Github Link: https://github.com/vishnugt/Zen-Youtube                    

Informazioni di Base sull'Estensione

Nome Zen YouTube: Distraction free youtube Zen YouTube: Distraction free youtube
ID ibcpcdiajmfmkieocebkoiofgdbbecel
URL Ufficiale https://chromewebstore.google.com/detail/zen-youtube-distraction-f/ibcpcdiajmfmkieocebkoiofgdbbecel
Descrizione Removes feed and recommendations from YouTube so that you can have a distraction free focused session
Dimensione del File 10.31 KB
Conteggio Installazioni 6,000
Versione Corrente 2.0.0
Ultimo Aggiornamento 2022-02-09
Data di Pubblicazione 2021-10-24
Valutazione 5.00/5 Totale 21 Valutazioni
Sviluppatore Vishnu Gt
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/vishnugt/Zen-Youtube
URL della Pagina di Aiuto https://github.com/vishnugt/Zen-Youtube
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zen YouTube: Distraction free youtube",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "Removes feed and recommendations from YouTube so that you can have a distraction free focused session",
    "homepage_url": "https:\/\/github.com\/vishnugt\/Zen-Youtube",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "all_frames": true
        }
    ]
}