YouTube Distraction Blocker
Blocks YouTube comments and/or watch recommendations as chosen to minimize distractions while working or studying.
Wat is YouTube Distraction Blocker?
YouTube Distraction Blocker is een Chrome-extensie ontwikkeld door Productivity Tools, en de belangrijkste functie is "Blocks YouTube comments and/or watch recommendations as chosen to minimize distractions while working or studying.".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Distraction Blocker
Download YouTube Distraction Blocker-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
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.
Basisinformatie over de Extensie
Naam | YouTube Distraction Blocker |
ID | bebhefcdgigdmaalghmfldlpnlihgagh |
Officiële URL | https://chromewebstore.google.com/detail/youtube-distraction-block/bebhefcdgigdmaalghmfldlpnlihgagh |
Beschrijving | Blocks YouTube comments and/or watch recommendations as chosen to minimize distractions while working or studying. |
Bestandsgrootte | 3.75 MB |
Aantal Installaties | 314 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2022-02-28 |
Publicatiedatum | 2022-02-27 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Productivity Tools |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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." } |