Focused Youtube

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

Focused Youtube란 무엇입니까?

Focused Youtube은(는) jennifer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes related videos, comments, and more so that you can browse YouTube distraction free."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

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