Zen YouTube: Distraction free youtube

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

Qu'est-ce que Zen YouTube: Distraction free youtube ?

Zen YouTube: Distraction free youtube est une extension Chrome développée par Vishnu Gt, et sa fonction principale est "Removes feed and recommendations from YouTube so that you can have a distraction free focused session".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Zen YouTube: Distraction free youtube

Téléchargez les fichiers d'extension Zen YouTube: Distraction free 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

                        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                    

Informations de Base sur l'Extension

Nom Zen YouTube: Distraction free youtube Zen YouTube: Distraction free youtube
ID ibcpcdiajmfmkieocebkoiofgdbbecel
URL Officiel https://chromewebstore.google.com/detail/zen-youtube-distraction-f/ibcpcdiajmfmkieocebkoiofgdbbecel
Description Removes feed and recommendations from YouTube so that you can have a distraction free focused session
Taille du Fichier 10.31 KB
Nombre d'Installations 6,000
Version Actuelle 2.0.0
Dernière Mise à Jour 2022-02-09
Date de Publication 2021-10-24
Évaluation 5.00/5 Total 21 Évaluations
Développeur Vishnu Gt
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/vishnugt/Zen-Youtube
URL de la Page d'Aide https://github.com/vishnugt/Zen-Youtube
Langues Prises en Charge 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
        }
    ]
}