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 |
官方網址 | 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" ] } |