Youtube Recommended Video Block
try to make you waste less time on recommended videos
Youtube Recommended Video Block란 무엇입니까?
Youtube Recommended Video Block은(는) shundevwork에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "try to make you waste less time on recommended videos"입니다.
확장 프로그램 스크린샷
Youtube Recommended Video Block 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a productivity extension If you ever felt like wasting a lot of time on Youtube recommended videos, this extension might be able to help: it keeps these "guilty pleasures" out of sight, thus, out of mind :). sometimes I find myself watching some tutorials but couldn't help to "notice" this interesting fail compilation video on the right hand side of the screen...so with my super average will power, I caved. After repeating these steps over and over, I finally had enough, and decided to do something... You will still have access to your subscriptions/trending videos/history etc, but when you want to watch a specific video, you will no longer get distracted and end up doing something else instead (stay focused, your time is precious, don't give it to youtube recommendation algorithm...)
확장 프로그램 기본 정보
이름 | ![]() |
ID | kecjmdieihbdcdoiolhchjpioacofnlk |
공식 URL | https://chrome.google.com/webstore/detail/youtube-recommended-video/kecjmdieihbdcdoiolhchjpioacofnlk |
설명 | try to make you waste less time on recommended videos |
파일 크기 | 4.2 KB |
설치 횟수 | 306 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2017-03-25 |
출시 날짜 | 2017-03-25 |
평점 | 2.50/5 총 4 개의 평점 |
개발자 | shundevwork |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/watashiSHUN/chromeExtension/tree/master/chromeFiles |
도움말 페이지 URL | https://github.com/watashiSHUN/chromeExtension/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Recommended Video Block", "description": "try to make you waste less time on recommended videos", "version": "1.0.0", "author": "watashiSHUN", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "DOMchange.js" ], "run_at": "document_start" } ] } |