Zen YouTube: Distraction free youtube

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

Wat is Zen YouTube: Distraction free youtube?

Zen YouTube: Distraction free youtube is een Chrome-extensie ontwikkeld door Vishnu Gt, en de belangrijkste functie is "Removes feed and recommendations from YouTube so that you can have a distraction free focused session".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Zen YouTube: Distraction free youtube

Download Zen YouTube: Distraction free youtube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Zen YouTube: Distraction free youtube Zen YouTube: Distraction free youtube
ID ibcpcdiajmfmkieocebkoiofgdbbecel
Officiële URL https://chromewebstore.google.com/detail/zen-youtube-distraction-f/ibcpcdiajmfmkieocebkoiofgdbbecel
Beschrijving Removes feed and recommendations from YouTube so that you can have a distraction free focused session
Bestandsgrootte 10.31 KB
Aantal Installaties 6,000
Huidige Versie 2.0.0
Laatst Bijgewerkt 2022-02-09
Publicatiedatum 2021-10-24
Beoordeling 5.00/5 Totaal 21 Beoordelingen
Ontwikkelaar Vishnu Gt
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/vishnugt/Zen-Youtube
Help Pagina-URL https://github.com/vishnugt/Zen-Youtube
Ondersteunde Talen 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
        }
    ]
}