YouTube Distraction Blocker

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

Co je YouTube Distraction Blocker?

YouTube Distraction Blocker je rozšíření Chrome vyvinuté Productivity Tools, a jeho hlavní funkcí je „Blocks YouTube comments and/or watch recommendations as chosen to minimize distractions while working or studying.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření YouTube Distraction Blocker

Stáhněte si soubory rozšíření YouTube Distraction Blocker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název YouTube Distraction Blocker YouTube Distraction Blocker
ID bebhefcdgigdmaalghmfldlpnlihgagh
Oficiální URL https://chromewebstore.google.com/detail/youtube-distraction-block/bebhefcdgigdmaalghmfldlpnlihgagh
Popis Blocks YouTube comments and/or watch recommendations as chosen to minimize distractions while working or studying.
Velikost souboru 3.75 MB
Počet instalací 314
Aktuální Verze 1.0.0
Poslední Aktualizace 2022-02-28
Datum Vydání 2022-02-27
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Productivity Tools
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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."
}