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은(는) https://hasan-naser.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove YouTube homepage related videos feed, recommended sidebar, user comments. it is usefull to help you focus in your work"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Hide Youtube Reccomendations 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}