DF Tube (Distraction Free for YouTube™)

Allow yourself to focus while using YouTube™ for work, recreation or education.

DF Tube (Distraction Free for YouTube™)란 무엇입니까?

DF Tube (Distraction Free for YouTube™)은(는) calkuta에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allow yourself to focus while using YouTube™ for work, recreation or education."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

DF Tube (Distraction Free for YouTube™) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Please download uBlock Origin!  It is the best tool for removing advertisements across the web, including video advertisements on YouTube™!  I have no affiliation, it's just my favorite extension.

NOT WORKING?
Please use the feedback button to alert me if YouTube™ is not being displayed properly.  YouTube™ occasionally updates its styling which may break DF Tube.

REGARDING PRIVACY
I do not read, examine or track your browser history or any other personal information.  The only permissions I ask for are "tabs" to insert the functionality and "storage" to store your settings.  I am a strong believer in privacy.  This extension is just a tool to help remove the distracting elements from YouTube™.

The permissions used by this extensions are 1) Storage - to store your preferences, 2) Tabs - to load the DF Tube script on each YouTube™ tab you open, and 3) https://api.mailgun.net/* domain - which is a service I use to send your feedback to my email.

***

YouTube™ is directly incentivized to create as many views and ad clicks as possible.  As a result we are inundated with tasty thumbnails and advertisements from every angle.  While this is good for someone looking to kill time, it's not so good for those of us intending to focus on educational content, do research, or simply find some relaxing music to groove to.

After using DF Tube for a few days, you realize the extent to which the pattern of click, watch, scan mindlessly for a new video, click, watch, and repeat, has been ingrained in us by YouTube™'s design.  DF Tube breaks that cycle.

By default, DF Tube disables autoplay, hides the video recommendations sidebar as well as the related videos that appear at the end of videos.  It also removes the grid of recommended videos that appear on your homepage.  These settings are all configurable.  It can also hide comments and disable playlists sitewide.

I hope DF Tube allows you to focus on the content *you* want to focus on.  Give it a try and be sure to report any suggestions or bugs!


***UPDATES*** (11/18/2019)
- Fixed issue where feed shows for a moment before being hidden                    

확장 프로그램 기본 정보

이름 DF Tube (Distraction Free for YouTube™) DF Tube (Distraction Free for YouTube™)
ID mjdepdfccjgcndkmemponafgioodelna
공식 URL https://chromewebstore.google.com/detail/df-tube-distraction-free/mjdepdfccjgcndkmemponafgioodelna
설명 Allow yourself to focus while using YouTube™ for work, recreation or education.
파일 크기 84.13 KB
설치 횟수 434,177
현재 버전 1.13.504
최근 업데이트 2019-11-20
출시 날짜 2019-11-19
평점 4.66/5 총 974 개의 평점
개발자 calkuta
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DF Tube (Distraction Free for YouTube\u2122)",
    "options_page": "home.html",
    "description": "Allow yourself to focus while using YouTube\u2122 for work, recreation or education.",
    "version": "1.13.504",
    "short_name": "DFTube",
    "permissions": [
        "https:\/\/api.mailgun.net\/*",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "images\/*.*",
        "css\/*.*",
        "scripts\/*.js",
        "content\/*.html"
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/?*",
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "scripts\/df_youtube.js"
            ],
            "css": [
                "css\/prehide_feed.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/df_youtube_icon_active_32.png",
        "default_popup": "home.html"
    }
}