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文件
下载Youtube Recommended Video Block扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } ] } |