FocusTube
YouTube can be great for learning...when you remove the distractions. Take back your free will and install FocusTube.
FocusTube란 무엇입니까?
FocusTube은(는) truthfulapps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "YouTube can be great for learning...when you remove the distractions. Take back your free will and install FocusTube."입니다.
확장 프로그램 스크린샷
FocusTube 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
YouTube is a powerful tool for learning, engaging, and exploring but sometimes the user experience can lead us to throw all its potential out the window. YouTube's recommendations are so accurate and effective at getting us to continuously click and view videos mindlessly that we often fall prey to news blooper reels, 13 minute Vine compilations, and anything related or similar to Buzzfeed. FocusTube allows you to unleash the full potential of YouTube as a tool for good by removing distractions, hiding unnecessary suggestions (i.e. temptations), and simplifying the interface. Installing this extension will reenable YouTube as an educational tool and unlock your capacity to learn and do good with YouTube. Goodbye mind numbing clips of people getting hit in the groin, hello productivity. The core features of the plugin include: - Hide channels, videos, and most other content on YouTube's homepage - Hide comments while watching a video - Hide suggested videos in sidebar while watching a video - Hide suggested videos after watching a video
확장 프로그램 기본 정보
이름 | |
ID | cljdhmefdicljlcnkblaedkcjbfkpkmc |
공식 URL | https://chrome.google.com/webstore/detail/focustube/cljdhmefdicljlcnkblaedkcjbfkpkmc |
설명 | YouTube can be great for learning...when you remove the distractions. Take back your free will and install FocusTube. |
파일 크기 | 13.02 KB |
설치 횟수 | 120 |
현재 버전 | 0.0.4 |
최근 업데이트 | 2016-12-31 |
출시 날짜 | 2016-12-31 |
평점 | 2.63/5 총 8 개의 평점 |
개발자 | truthfulapps |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FocusTube", "version": "0.0.4", "manifest_version": 2, "description": "YouTube can be great for learning...when you remove the distractions. Take back your free will and install FocusTube.", "homepage_url": "https:\/\/bradydowling.github.io\/focustube", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "https:\/\/youtube.com\/*", "https:\/\/nba.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/nba.com\/*" ], "css": [ "src\/inject\/inject.css" ] } ] } |