Focused Youtube

Removes related videos, comments, and more so that you can browse YouTube distraction free.

Focused Youtubeคืออะไร?

Focused Youtube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jennifer และคุณลักษณะหลักของมันคือ "Removes related videos, comments, and more so that you can browse YouTube distraction free."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Focused Youtube

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

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

                        Focused YouTube allows you to watch YouTube videos without being tempted to peruse comments, check out what's trending, or click on related videos.

Install the extension to browse YouTube for school or work, distraction free.


FEATURES:

- removes related videos
- hides comments section
- hides merchandise 
- disables autoplay
- hides trending videos


To maximize productivity, pair this extension with an ad-blocker.                    

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

ชื่อ Focused Youtube Focused Youtube
ID bhdejdambdfmikcdgegajdkjdbhlandp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/focused-youtube/bhdejdambdfmikcdgegajdkjdbhlandp
คำอธิบาย Removes related videos, comments, and more so that you can browse YouTube distraction free.
ขนาดไฟล์ 18.59 KB
จำนวนการติดตั้ง 31
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-12-29
วันที่เผยแพร่ 2020-12-28
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา jennifer
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Focused Youtube",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Removes related videos, comments, and more so that you can browse YouTube distraction free.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "css": [
                "mycss.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Focused Youtube",
        "default_icon": "icon.png"
    }
}