Hide Youtube Reccomendations

Remove YouTube homepage related videos feed, recommended sidebar, user comments. it is usefull to help you focus in your work

Hide Youtube Reccomendationsคืออะไร?

Hide Youtube Reccomendations เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hasan-naser.com และคุณลักษณะหลักของมันคือ "Remove YouTube homepage related videos feed, recommended sidebar, user comments. it is usefull to help you focus in your work"

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

screenshot
screenshot
screenshot

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

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

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

                        A browser extension help you to focus in your work by removing YouTube recommended sidebar, user comments, homepage related videos feed,
hide youtube feeds
hide youtube recommended videos 
hide notification                    

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

ชื่อ Hide Youtube Reccomendations Hide Youtube Reccomendations
ID kehfeffkkeikicjiehddmbmabmakfdff
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hide-youtube-reccomendati/kehfeffkkeikicjiehddmbmabmakfdff
คำอธิบาย Remove YouTube homepage related videos feed, recommended sidebar, user comments. it is usefull to help you focus in your work
ขนาดไฟล์ 7.56 KB
จำนวนการติดตั้ง 215
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2023-05-01
วันที่เผยแพร่ 2020-12-21
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://hasan-naser.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide Youtube Reccomendations",
    "version": "1.2",
    "description": "Remove YouTube homepage related videos feed, recommended sidebar, user comments. it is usefull to help you focus in your work",
    "manifest_version": 3,
    "incognito": "split",
    "browser_action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}