YouFocus - Hide YouTube Distractions

Hide YouTube suggested videos, comments, and more with a single click

YouFocus - Hide YouTube Distractionsคืออะไร?

YouFocus - Hide YouTube Distractions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FreoLeo และคุณลักษณะหลักของมันคือ "Hide YouTube suggested videos, comments, and more with a single click"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouFocus - Hide YouTube Distractions

ดาวน์โหลดไฟล์ส่วนขยาย YouFocus - Hide YouTube Distractions ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        YouFocus hides distracting content on YouTube with just one click. Whether you're watching YouTube for educational content or just for entertainment purposes, there is no reason to get sucked into videos that you did not originally intend to watch. 

70% of all videos watched on YouTube are those recommended to the user, not searched. With YouFocus, you can beat the YouTube algorithm and watch what YOU want to watch, not what YouTube is recommending. 

YouFocus has a customizable experience. You can select which elements of YouTube you want to hide and which elements you want to see. The extension also has a schedule feature, allowing you block distractions during select hours. 

YouFocus has intuitive, easy to use controls. Additionally, the state of your extension is synced with your google account, allowing you to use the extension on multiple computers at once. 

Privacy is very important. YouFocus does not have access to your browsing history.

YouFocus creates a more productive YouTube experience by: 
- Hiding Recommended Homepage Videos
- Hiding Related Sidebar Videos
- Hiding Endwall Videos
- Hiding comments
- Disabling Trending Mode 
- Disabling Subscription Mode
- Blocking Banner Ads
- Disabling Autoplay
- Cleaning Up Left Sidebar
- Run on Schedule Feature                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ YouFocus - Hide YouTube Distractions YouFocus - Hide YouTube Distractions
ID kbcdmkcnmpolhhhpeohepljeccihfngl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youfocus-hide-youtube-dis/kbcdmkcnmpolhhhpeohepljeccihfngl
คำอธิบาย Hide YouTube suggested videos, comments, and more with a single click
ขนาดไฟล์ 14.16 KB
จำนวนการติดตั้ง 315
เวอร์ชันปัจจุบัน 0.11
อัปเดตครั้งล่าสุด 2023-09-10
วันที่เผยแพร่ 2020-11-05
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา FreoLeo
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouFocus - Hide YouTube Distractions",
    "version": "0.11",
    "description": "Hide YouTube suggested videos, comments, and more with a single click",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start",
            "css": [
                "hide.css"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/YouFocus16x16.png",
            "32": "images\/YouFocus32x32.png",
            "48": "images\/YouFocus48x48.png",
            "128": "images\/YouFocus128x128.png"
        }
    },
    "icons": {
        "16": "images\/YouFocus16x16.png",
        "32": "images\/YouFocus32x32.png",
        "48": "images\/YouFocus48x48.png",
        "128": "images\/YouFocus128x128.png"
    },
    "manifest_version": 3
}