YouTube Distraction Blocker

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

Vad är YouTube Distraction Blocker?

YouTube Distraction Blocker är en Chrome-tillägg utvecklad av Productivity Tools, och dess huvudfunktion är "Blocks YouTube comments and/or watch recommendations as chosen to minimize distractions while working or studying.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner YouTube Distraction Blocker-förlängningens CRX-fil

Ladda ner YouTube Distraction Blocker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn YouTube Distraction Blocker YouTube Distraction Blocker
ID bebhefcdgigdmaalghmfldlpnlihgagh
Officiell webbadress https://chromewebstore.google.com/detail/youtube-distraction-block/bebhefcdgigdmaalghmfldlpnlihgagh
Beskrivning Blocks YouTube comments and/or watch recommendations as chosen to minimize distractions while working or studying.
Filstorlek 3.75 MB
Antal Installationer 314
Aktuell Version 1.0.0
Senast Uppdaterad 2022-02-28
Publiceringsdatum 2022-02-27
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Productivity Tools
E-post [email protected]
Betalningssätt free
Stödda Språk 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."
}