YouTube Distraction Blocker
Blocks YouTube comments and/or watch recommendations as chosen to minimize distractions while working or studying.
Hvad er YouTube Distraction Blocker?
YouTube Distraction Blocker er en Chrome-udvidelse udviklet af Productivity Tools, og dens hovedfunktion er "Blocks YouTube comments and/or watch recommendations as chosen to minimize distractions while working or studying.".
Udvidelsesskærmbilleder
Download YouTube Distraction Blocker-udvidelses-CRX-fil
Download YouTube Distraction Blocker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | YouTube Distraction Blocker |
ID | bebhefcdgigdmaalghmfldlpnlihgagh |
Officiel URL | https://chromewebstore.google.com/detail/youtube-distraction-block/bebhefcdgigdmaalghmfldlpnlihgagh |
Beskrivelse | Blocks YouTube comments and/or watch recommendations as chosen to minimize distractions while working or studying. |
Filstørrelse | 3.75 MB |
Antal Installationer | 314 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2022-02-28 |
Udgivelsesdato | 2022-02-27 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Productivity Tools |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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." } |