YouTube Distraction Blocker
Blocks YouTube comments and/or watch recommendations as chosen to minimize distractions while working or studying.
YouTube Distraction Blockerとは何ですか?
YouTube Distraction BlockerはProductivity Toolsによって開発されたChromeの拡張機能で、その主な機能は「Blocks YouTube comments and/or watch recommendations as chosen to minimize distractions while working or studying.」です。
拡張機能のスクリーンショット
YouTube Distraction Blocker拡張機能のCRXファイルをダウンロード
YouTube Distraction Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | YouTube Distraction Blocker |
ID | bebhefcdgigdmaalghmfldlpnlihgagh |
公式URL | https://chromewebstore.google.com/detail/youtube-distraction-block/bebhefcdgigdmaalghmfldlpnlihgagh |
説明 | Blocks YouTube comments and/or watch recommendations as chosen to minimize distractions while working or studying. |
ファイルサイズ | 3.75 MB |
インストール数 | 314 |
現在のバージョン | 1.0.0 |
最終更新日 | 2022-02-28 |
公開日 | 2022-02-27 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Productivity Tools |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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." } |