Youtube Recommended Video Block
try to make you waste less time on recommended videos
Youtube Recommended Video Block là gì?
Youtube Recommended Video Block là một tiện ích mở rộng Chrome được phát triển bởi shundevwork, và tính năng chính của nó là "try to make you waste less time on recommended videos".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Youtube Recommended Video Block
Tải xuống các tệp mở rộng Youtube Recommended Video Block dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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...)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | kecjmdieihbdcdoiolhchjpioacofnlk |
URL Chính Thức | https://chrome.google.com/webstore/detail/youtube-recommended-video/kecjmdieihbdcdoiolhchjpioacofnlk |
Mô tả | try to make you waste less time on recommended videos |
Kích Thước Tệp | 4.2 KB |
Số Lần Cài Đặt | 306 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2017-03-25 |
Ngày Phát Hành | 2017-03-25 |
Đánh Giá | 2.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | shundevwork |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/watashiSHUN/chromeExtension/tree/master/chromeFiles |
URL Trang Trợ Giúp | https://github.com/watashiSHUN/chromeExtension/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |