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 là gì?

Hide Youtube Reccomendations là một tiện ích mở rộng Chrome được phát triển bởi https://hasan-naser.com, và tính năng chính của nó là "Remove YouTube homepage related videos feed, recommended sidebar, user comments. it is usefull to help you focus in your work".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hide Youtube Reccomendations

Tải xuống các tệp mở rộng Hide Youtube Reccomendations dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hide Youtube Reccomendations Hide Youtube Reccomendations
ID kehfeffkkeikicjiehddmbmabmakfdff
URL Chính Thức https://chromewebstore.google.com/detail/hide-youtube-reccomendati/kehfeffkkeikicjiehddmbmabmakfdff
Mô tả Remove YouTube homepage related videos feed, recommended sidebar, user comments. it is usefull to help you focus in your work
Kích Thước Tệp 7.56 KB
Số Lần Cài Đặt 215
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2023-05-01
Ngày Phát Hành 2020-12-21
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://hasan-naser.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}