Youtube UnHooked
Hides parts of Youtube that are unneeded/addictive: recommendations, related videos, comments.
什麼是Youtube UnHooked?
Youtube UnHooked是由Pamela Fox開發的Chrome擴展程式,該擴展的主要功能是“Hides parts of Youtube that are unneeded/addictive: recommendations, related videos, comments.”。
擴展截圖
下載Youtube UnHooked擴展crx文件
下載Youtube UnHooked擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Do you find yourself getting hooked by Youtube's recommended and related videos, but you don't want to deprive yourself completely of Youtube? This extension still lets you search and play videos, but hides the parts of Youtube that are unneeded and addictive: the front page recommendation feed, the related videos in the sidebar and end screen, and the comments. (Note: if you only want a subset of those things hidden, try HabitLab by Stanford)
擴展基本資訊
名稱 | Youtube UnHooked |
ID | fkhfakakdbjcdipdgnbfngaljiecclaf |
官方網址 | https://chromewebstore.google.com/detail/youtube-unhooked/fkhfakakdbjcdipdgnbfngaljiecclaf |
簡介 | Hides parts of Youtube that are unneeded/addictive: recommendations, related videos, comments. |
檔案大小 | 3.88 KB |
安裝次數 | 12,683 |
目前版本 | 0.9.8 |
更新時間 | 2022-08-03 |
上架時間 | 2019-07-04 |
評分 | 4.70/5 共 44 次評分 |
開發者 | Pamela Fox |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/pamelafox/youtube-feed-hider |
說明頁面URL | https://github.com/pamelafox/youtube-feed-hider |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube UnHooked", "version": "0.9.8", "description": "Hides parts of Youtube that are unneeded\/addictive: recommendations, related videos, comments.", "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "styles.css" ], "all_frames": true } ], "manifest_version": 3 } |