YouTube Recommendation Decliner
Declines video recommendations from YouTube to help lessen procrastination.
什么是YouTube Recommendation Decliner?
YouTube Recommendation Decliner是由Anders Steen开发的Chrome扩展程序,该扩展的主要功能是“Declines video recommendations from YouTube to help lessen procrastination.”。
扩展截图
下载YouTube Recommendation Decliner扩展crx文件
下载YouTube Recommendation Decliner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Hides videos that are considered recommended videos. This includes the YouTube home and trending pages, as well as the related videos appearing below or to the side of video playback. Recommended videos appearing after videos are also declined. Searches, subscriptions, history, library and channels are unaffected. The point is to get the recommended videos out of sight, in order to decrease the risk of users getting stuck clicking on recommended videos for hours.
扩展基本信息
名称 | YouTube Recommendation Decliner |
ID | feoddkggeangnmgoomlcdldcffoidake |
官方URL | https://chromewebstore.google.com/detail/youtube-recommendation-de/feoddkggeangnmgoomlcdldcffoidake |
简介 | Declines video recommendations from YouTube to help lessen procrastination. |
文件大小 | 18.43 KB |
安装次数 | 15 |
当前版本 | 1.1.0 |
更新时间 | 2020-12-14 |
上架时间 | 2020-03-11 |
评分 | 5.00/5 共3次评分 |
开发者 | Anders Steen |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Recommendation Decliner", "short_name": "YT Decliner", "version": "1.1.0", "manifest_version": 2, "description": "Declines video recommendations from YouTube to help lessen procrastination.", "icons": { "16": "\/images\/icon_16.png", "128": "\/images\/icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "all_frames": true, "js": [ "\/js\/contentScript.js" ] } ], "browser_action": { "default_icon": "\/images\/icon_128.png", "default_popup": "\/html\/popup.html" }, "permissions": [ "storage", "tabs" ] } |