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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Productivity Tools และคุณลักษณะหลักของมันคือ "Blocks YouTube comments and/or watch recommendations as chosen to minimize distractions while working or studying."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Distraction Blocker

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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."
}