YouTube Distraction Blocker

Blocks YouTube comments and/or watch recommendations as chosen to minimize distractions while working or studying.

Was ist YouTube Distraction Blocker?

YouTube Distraction Blocker ist eine Chrome-Erweiterung, die von Productivity Tools entwickelt wurde, und ihr Hauptmerkmal ist "Blocks YouTube comments and/or watch recommendations as chosen to minimize distractions while working or studying.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

YouTube Distraction Blocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube Distraction Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        An extension that deploys a dropdown menu that allows you to remove the YouTube recommendations and/or comments to your choosing. When the page is refreshed the comments and recommendations go back. Perfect for anyone who is trying to maximize productivity while working or studying or is disappointed by how much time they spend going down the YouTube rabbitholes.                    

Grundlegende Informationen zur Erweiterung

Name YouTube Distraction Blocker YouTube Distraction Blocker
ID bebhefcdgigdmaalghmfldlpnlihgagh
Offizielle URL https://chromewebstore.google.com/detail/youtube-distraction-block/bebhefcdgigdmaalghmfldlpnlihgagh
Beschreibung Blocks YouTube comments and/or watch recommendations as chosen to minimize distractions while working or studying.
Dateigröße 3.75 MB
Installationsanzahl 314
Aktuelle Version 1.0.0
Letztes Update 2022-02-28
Veröffentlichungsdatum 2022-02-27
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Productivity Tools
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Distraction Blocker",
    "version": "1.0.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_title": "YouTube Distraction Blocker",
        "default_icon": {
            "16": "\/logos\/Icon16.png",
            "32": "\/logos\/Icon32.png",
            "48": "\/logos\/Icon48.png",
            "128": "\/logos\/Icon128.png"
        }
    },
    "permissions": [
        "tabs"
    ],
    "description": "Blocks YouTube comments and\/or watch recommendations as chosen to minimize distractions while working or studying."
}